Skip to content

v0.5.3

Compare
Choose a tag to compare
@bd82 bd82 released this 28 Aug 19:41
· 1987 commits to master since this release

A new Parser public member/constructor argument: "isErrorRecoveryEnabled".
This flag will completely disable the error recovery(fault tolerance) capabilities of the parser,
which means the parser will fail fast on the first error without any attempt to run
the error recovery heuristics.