52aa17fa | 27-Sep-2013 |
nikic |
Require ext/tokenizer in composer.json |
Revision tags: v0.9.4 |
|
1e5e280a | 25-Aug-2013 |
nikic |
Release PHP-Parser 0.9.4 |
3d467ca1 | 04-Aug-2013 |
nikic |
Add PHP 5.5 to .travis.yml |
c8695a8f | 04-Aug-2013 |
nikic |
Remove obsolete item from grammar/README.md |
01123ae6 | 27-Jul-2013 |
nikic |
Fix notices when generating expected tokens list (continued) Forgot to add regenerated parser |
09c106d1 | 27-Jul-2013 |
nikic |
Fix notices when generating expected tokens list |
77c08a75 | 27-Jul-2013 |
nikic |
Fix pretty printing of `include` expressions |
f9c3aa2a | 12-Jul-2013 |
nikic |
Improve PrettyPrinter construction perf by not using uniqid The uniqid function is *very* slow on unix systems. The code has no particular unique-ness requirements, so the much faster mt
Improve PrettyPrinter construction perf by not using uniqid The uniqid function is *very* slow on unix systems. The code has no particular unique-ness requirements, so the much faster mt_rand() function is used instead. Closes PR #65.
show more ...
|
5ccf6196 | 23-May-2013 |
nikic |
Update changelog |
12faad52 | 23-May-2013 |
Florent |
Add interface builder |
c0da1b88 | 22-May-2013 |
nikic |
Merge pull request #59 from Trismegiste/refactor-adding-an-interface-for-LSP Adding an interface to the Node Traverser for LSP concern
|
900a3f3b | 16-May-2013 |
Florent |
Implementing the interface for PHPParser_NodeTraverser |
92df3e5a | 16-May-2013 |
Florent |
Adding the interface |
ba913481 | 15-May-2013 |
Jamie Burns |
Typo fix |
8e686ce7 | 15-Apr-2013 |
nikic |
PHP-Parser supports PHP 5.5 |
08f0cde6 | 15-Apr-2013 |
nikic |
Add prettyPrintFile() method |
dc95f3b4 | 05-Mar-2013 |
Igor Wiedler |
Add branch-alias This allows "0.9.*" or "~0.9" to install the dev version, if the consumer allows for dev versions to be installed. |
75ec7a3e | 14-Feb-2013 |
nikic |
Looks like I forgot to git add some files... |
a249c002 | 14-Feb-2013 |
nikic |
Add support for ClassName::class (PHP 5.5) |
81d20bf1 | 15-Jan-2013 |
nikic |
Pretty print namespaces in semicolon-style if possible |
db18906d | 15-Jan-2013 |
nikic |
Rename PrettyPrinter_Zend to PrettyPrinter_Default |
fbaa1e5f | 15-Jan-2013 |
nikic |
Add information on expected tokens to syntax errors This now mimics the error messages provided by PHP itself (pre 5.4). |
222c9612 | 21-Dec-2012 |
nikic |
Use RegexIterator in docs (by @lstrojny) Also fix formatting in changelog and be more specific in a doc comment. |
01c5b84d | 21-Dec-2012 |
Shawn Iwinski |
Removed composer.json execute bit |
Revision tags: v0.9.3 |
|
98ebfc8d | 22-Nov-2012 |
nikic |
Release PHP-Parser 0.9.3 |