cpa-throw-errors? (変数)
public cpa-throw-errors?:bool =false
パッケージ: CURL.IDE.CPA.SOURCE

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.