61210015 | 30-Mar-2018 |
Nikita Popov |
Remove unused ParserAbstract::$errors property Leftover from before ErrorHandler was introduced. |
7208b1c7 | 30-Mar-2018 |
Nikita Popov |
Improve error recovery in classes (#492) |
Revision tags: v4.0.1 |
|
e4a54fa9 | 25-Mar-2018 |
Nikita Popov |
Release PHP-Parser 4.0.1 |
3125b54e | 25-Mar-2018 |
Nikita Popov |
Link to composer/xdebug-handler |
7f8ff1b9 | 10-Mar-2018 |
Nikita Popov |
Add support for list reference assignments RFC: https://wiki.php.net/rfc/list_reference_assignment |
91a462ce | 10-Mar-2018 |
Nikita Popov |
PHP 7.3: Add support for trailing commas in calls RFC: https://wiki.php.net/rfc/trailing-comma-function-calls |
610617fe | 03-Mar-2018 |
Nikita Popov |
Also add new() builder |
ff2d85dc | 03-Mar-2018 |
Nikita Popov |
Add constFetch() and classConstFetch() builders |
b998d1e9 | 03-Mar-2018 |
Nikita Popov |
Add funcCall(), methodCall() and staticCall() builders |
6aba7624 | 03-Mar-2018 |
Nikita Popov |
Add replacement sanity check in traverser |
Revision tags: v4.0.0 |
|
9c18e3db | 28-Feb-2018 |
Nikita Popov |
Release PHP-Parser 4.0.0 |
ae52aadb | 28-Feb-2018 |
Nikita Popov |
Fix merge leftovers in changelog |
9cea9400 | 28-Feb-2018 |
Nikita Popov |
Merge branch '3.x' Conflicts: CHANGELOG.md lib/PhpParser/NodeAbstract.php
|
Revision tags: v3.1.5 |
|
bb87e28e | 28-Feb-2018 |
Nikita Popov |
Release PHP-Parser 3.1.5 |
7484acb8 | 28-Feb-2018 |
Nikita Popov |
Enable syntax highlighting for one code block |
bc5ba47b | 28-Feb-2018 |
Nikita Popov |
Add links to component docs |
b9996315 | 28-Feb-2018 |
Nikita Popov |
Add more extensive docs for node visitors Also document NodeFinder. |
de347019 | 28-Feb-2018 |
Ryan Weaver |
Proofreading the docs - very minor changes! |
1c3eabb0 | 23-Feb-2018 |
Théo FIDRY |
Replace string by class call (#477) For better PHP-Scoper compatibility |
8d1e86b4 | 08-Feb-2018 |
Nikita Popov |
Move node dumper docs into basic usage Also mentioned php-parse here. |
ff10cc9d | 08-Feb-2018 |
Nikita Popov |
Move JSON representation into component documentation Also add -j flag to php-parse script to get a JSON dump. Also drop obsolete flag for XML dumping. |
14454326 | 06-Feb-2018 |
Gabriel Caruso |
Fix misspellings |
3a45c1a1 | 02-Feb-2018 |
Gabriel Caruso |
Support PHPUnit 7 |
ad9c42b6 | 30-Jan-2018 |
Nikita Popov |
Merge branch '3.x' Conflicts: lib/PhpParser/Parser/Php5.php lib/PhpParser/Parser/Php7.php
|
08215e76 | 30-Jan-2018 |
Nikita Popov |
Fix duplicate switch comment assignment Fixes #469. |