1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-11 00:49:40 +01:00
PHP-Parser/test/code
Nikita Popov c79ea6d1d3 Support recovery from lexer errors
Lexer::startLexing() no longer throws, instead errors can be fetched
using Lexer::getErrors().

Lexer errors now also contain full line and position information.
2016-09-30 20:23:36 +02:00
..
parser Support recovery from lexer errors 2016-09-30 20:23:36 +02:00
prettyPrinter Add hasLeadingNewline attribute to InlineHTML 2016-07-25 16:44:25 +02:00