]> git.saurik.com Git - bison.git/blobdiff - NEWS
* data/lalr1.cc (b4_parse_param_decl_1): New.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index b3cc477cf16e7fef5354348b53b7c289073f6014..36c20426acee0410cc30cc750f70518c6ff3ab26 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.