Next: Action Features, Previous: Lexical, Up: Interface [Contents][Index]
During its execution the parser may have error messages to pass to the user, such as syntax error, or memory exhaustion. How this message is delivered to the user must be specified by the developer.
• Error Reporting Function | You must supply a yyerror function.
| |
• Syntax Error Reporting Function | You can supply a yyreport_syntax_error function.
|