mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
* NEWS (2.5): New section. Describe new -D/--define feature.
This commit is contained in:
16
NEWS
16
NEWS
@@ -9,6 +9,22 @@ Bison News
|
||||
Also, it is possible to add code to the parser's constructors using
|
||||
"%code init" and "%define init_throws".
|
||||
|
||||
* Changes in version 2.5 (????-??-??):
|
||||
|
||||
** %define can now be invoked via the command line.
|
||||
|
||||
Each of these bison command-line options
|
||||
|
||||
-D NAME=VALUE
|
||||
--define=NAME=VALUE
|
||||
|
||||
is equivalent to this grammar file declaration
|
||||
|
||||
%define NAME "VALUE"
|
||||
|
||||
for any NAME and VALUE. Omitting `=VALUE' on the command line is
|
||||
equivalent to omitting `"VALUE"' in the declaration.
|
||||
|
||||
* Changes in version 2.4.2 (????-??-??):
|
||||
|
||||
* Changes in version 2.4.1 (2008-12-11):
|
||||
|
||||
Reference in New Issue
Block a user