* doc/bison.texinfo (Initial Action Decl): New.

This commit is contained in:
Akim Demaille
2004-09-20 14:29:31 +00:00
parent b8458aa5cc
commit 18d192f0ea
3 changed files with 30 additions and 0 deletions

4
NEWS
View File

@@ -3,6 +3,10 @@ Bison News
Changes in version 1.875e:
* New directive: %initial-action.
This directive allows the user to run arbitrary code (including
initializing @$) from yyparse before parsing starts.
* The option `--report=lookahead' was changed to `--report=look-ahead'.
The old spelling still works, but is not documented and will be removed.