1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 17:57:59 +01:00
PHP-Parser/test/code/parser
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
..
errorHandling Support recovery from lexer errors 2016-09-30 20:23:36 +02:00
expr Merge branch '2.x' 2016-08-30 22:14:09 +02:00
scalar Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
stmt Graceful handling for "special" errors 2016-10-09 12:38:18 +02:00
blockComments.test Retain comments on blocks on first inner statement 2016-08-30 22:37:51 +02:00
comments.test Fix nop statement comment assignment 2016-04-05 19:19:15 +09:00
semiReserved.test NodeDumper: Print modifiers as strings 2016-07-25 13:53:49 +02:00