mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 16:23:04 +00:00
news: fixes.
* NEWS: Fix spelling.
This commit is contained in:
6
NEWS
6
NEWS
@@ -16,9 +16,9 @@ GNU Bison NEWS
|
|||||||
|
|
||||||
** Additional yylex/yyparse arguments
|
** Additional yylex/yyparse arguments
|
||||||
|
|
||||||
The new directive %param declare additional argument to both yylex
|
The new directive %param declares additional arguments to both yylex and
|
||||||
and yyparse. The %lex-param, %parse-param, and %param directives
|
yyparse. The %lex-param, %parse-param, and %param directives support one
|
||||||
support one or more arguments. Instead of
|
or more arguments. Instead of
|
||||||
|
|
||||||
%lex-param {arg1_type *arg1}
|
%lex-param {arg1_type *arg1}
|
||||||
%lex-param {arg2_type *arg2}
|
%lex-param {arg2_type *arg2}
|
||||||
|
|||||||
Reference in New Issue
Block a user