v0.5.3
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.