FUNCTIONS ^

void panic(lexer_state *lexer, char const *const message)
Function to emit a final last cry that something's wrong and exit.
int yypirerror(yyscan_t yyscanner, lexer_state *const lexer, char const *const message, ...)
Default parse error handling routine, that is invoked when the bison-generated parser finds a syntax error.


parrot