Yacc Question

Jay Weber jay at rochester.UUCP
Wed Nov 9 05:21:48 AEST 1983


When an error is detected, the yacc variable "yychar" will be set
to the lookahead token number.  For character tokens like ';', the
token number will be the integer value corresponding to it, but
if it is a declared token then you will have to come up with a
cross-reference table if you want what the token is in english.

Jay Weber
{..!seismo!rochester!jay, jay at rochester.arpa}



More information about the Comp.unix mailing list