php-parser/test
Nikita Popov caa5c0cc76 Graceful handling for "special" errors
Nearly all special errors are now handled gracefully, i.e. the
parser will be able to continue after encountering them. In some
cases the associated error range has been improved using the new
end attribute stack.

To achieve this the error handling code has been moved out of the
node constructors and into special methods in the parser.
2016-10-09 12:38:18 +02:00
..
code Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
PhpParser Remove support for node cloning in traverser 2016-10-09 00:41:55 +02:00
bootstrap.php Make canonicalization less aggressive 2016-04-05 10:37:45 +09:00