X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/0fb669f9d648dfdd7a39478a6b658511455ae966..9e6e7ed2b275cba4dcc75fca6a8f0768285e4c6b:/doc/refcard.tex diff --git a/doc/refcard.tex b/doc/refcard.tex index 3f2ec9b3..659a8df8 100644 --- a/doc/refcard.tex +++ b/doc/refcard.tex @@ -458,7 +458,7 @@ as either {\tt first_column} or {\tt last_column}. \section {Variables and Types} %***************************** -\key{Current look ahead token.} {yychar} +\key{Current lookahead token.} {yychar} \key{Debug mode flag.} {yydebug} \key{Data associated with the current token.} {yylval} \key{Source position of current token.} {yylloc} @@ -489,8 +489,8 @@ as either {\tt first_column} or {\tt last_column}. \key{Quit parsing immediately. Return 1.} {YYABORT} \key{Quit parsing immediately. Return 0.} {YYACCEPT} \key{Pretend a syntax error occurred.} {YYERROR} -\key{Value in {\tt yychar} if no look-ahead token.} {YYEMPTY} -\key{Clear previous look ahead token.} {yyclearin} +\key{Value in {\tt yychar} if no lookahead token.} {YYEMPTY} +\key{Clear previous lookahead token.} {yyclearin} \key{Recover normally from an error.} {yyerrok} % **************