Next: , Up: Error Reporting   [Index]


3.21.1 Recording Parse Errors

The expression parser stores parse errors in struct x1f4_eerecord_type records.

See struct x1f4_eerecord_type.

To enable error recording the bcollect_set.eerecord_data field in the parsing context struct x1f4_e4_type record argument of the expression parsing functions must be set. The X1f4_E4_BCOLLECT bit must be set in the flags argument of the expression parsing function to inform the expression parser that it is to record parse errors.

See struct x1f4_e4_type.

See Generation Flags.