History log of /PHP-Parser/test/code/parser/errorHandling/recovery.test (Results 51 – 54 of 54)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 09086fbe 25-Jul-2016 Nikita Popov

Support partial parsing of $foo->

Introduce Error node for this purpose.


Revision tags: v3.0.0alpha1
# 96cbd48d 20-Apr-2016 Nikita Popov

Improve error recovery quality

In particular, support recovering from a missing trailing semicolon,
while keeping the rest of the expression.


Revision tags: v2.1.0, v2.0.1, v2.0.0, v2.0.0beta1
# 7eac2cfd 02-Oct-2015 Nikita Popov

Introduce Nop statement to collect dangling comments

A Nop statement will be inserted into statement lists if there are
any trailing comments in the list (which would otherwise not be

Introduce Nop statement to collect dangling comments

A Nop statement will be inserted into statement lists if there are
any trailing comments in the list (which would otherwise not be
associated with any node).

The pretty printer output currently still contains a superfluous
newline.

show more ...


Revision tags: v1.4.1, v2.0.0alpha1, v1.4.0, v1.3.0
# 272ab6c8 30-Apr-2015 Nikita Popov

Add some recovery tests


123