Explain PPI warnings philosophy. From discussion in #142 |
|
More...
|
almost 11 years ago
|
typos |
|
More...
|
almost 11 years ago
|
prepare next set of changes |
|
More...
|
almost 11 years ago
|
Remove undocumented, non-working 'timeout' feature. Removes 'timeout' option to PPI::Document->new, PPI::Utils::HAVE_ALARM, and PPI::Exception::ParserTimeout. |
|
More...
|
almost 11 years ago
|
tests for Token::Operator |
|
More...
|
almost 11 years ago
|
parse x as the first element of code as a word, not an operator |
|
More...
|
almost 11 years ago
|
extend _cast_or_op |
|
More...
|
almost 11 years ago
|
add plan on perl < 5.8 to make recent Test::More happy |
|
More...
|
almost 11 years ago
|
skip more test cases that do not pass on 5.6.2 |
|
More...
|
almost 11 years ago
|
clone() method is public from Element, don't call it internal |
|
More...
|
almost 11 years ago
|
fix use of its vs it's |
|
More...
|
almost 11 years ago
|
Noun article fixes in docs and comments |
|
More...
|
almost 11 years ago
|
add dev tool artifacts, as in the coverage branch |
|
More...
|
almost 11 years ago
|
parse 1.eq 1 as float + op, not concatenation |
|
More...
|
almost 11 years ago
|
Merge t/20_tokenizer_regression.t into t/21_exhaustive.t |
|
More...
|
almost 11 years ago
|
Note that PPI::Token::Quote::Double::simplify does not require that the caller call flush_locations on the document. |
|
More...
|
almost 11 years ago
|
Fix module spelling in documentation |
|
More...
|
almost 11 years ago
|
Fix repeated word in documentation |
|
More...
|
almost 11 years ago
|
Remove references to CVS, SVN, and SourceForge. |
|
More...
|
almost 11 years ago
|
factor out quotable() |
|
More...
|
almost 11 years ago
|
factor out find_files() |
|
More...
|
almost 11 years ago
|
factor out the pause() function |
|
More...
|
almost 11 years ago
|
split up the old t::lib::PPI |
|
More...
|
almost 11 years ago
|
fix typo in documentation |
|
More...
|
almost 11 years ago
|
factor out _cast_or_op in Token::Unknown |
|
More...
|
almost 11 years ago
|
use xdigit character class -- fix #100 |
|
More...
|
almost 11 years ago
|
tabify |
|
More...
|
almost 11 years ago
|
parse x64 as a word, not x operator + number |
|
More...
|
almost 11 years ago
|
PPI::Test::pragmas for test files instead of boilerplate |
|
More...
|
almost 11 years ago
|
allow Token::Whitespace to throw useful error on unexpected input |
|
More...
|
almost 11 years ago
|