Controls whether CPA parsing routines should throw errors.
If true, then the parsing routines in this package will throw
SyntaxErrors with
error-type error instead of reporting them and continuing. Warnings and info errors will not be affected.
Normally this value is false. It is only expected to be set to true in order to support backtracking in parsers generated for implicit or explicit use of
syntax-switch in user-defined macros.