Next: Special Features for Use in Actions, Previous: The Lexical Analyzer Function yylex
, Up: Parser C-Language 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.