mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Fix NEWS.
This commit is contained in:
6
NEWS
6
NEWS
@@ -24,8 +24,8 @@ Changes in version 2.1a:
|
|||||||
Bison version VERSION or higher.
|
Bison version VERSION or higher.
|
||||||
|
|
||||||
* lalr1.cc: The token and value types are now class members.
|
* lalr1.cc: The token and value types are now class members.
|
||||||
The tokens where defined as free form enums and cpp macros. YYSTYPE
|
The tokens were defined as free form enums and cpp macros. YYSTYPE
|
||||||
was defined as a free form union. Both are now class members:
|
was defined as a free form union. They are now class members:
|
||||||
tokens are enumerations of the `yy::parser::token' struct, and the
|
tokens are enumerations of the `yy::parser::token' struct, and the
|
||||||
semantic values have the `yy::parser::semantic_type' type.
|
semantic values have the `yy::parser::semantic_type' type.
|
||||||
|
|
||||||
@@ -41,6 +41,8 @@ Changes in version 2.1a:
|
|||||||
|
|
||||||
Changes in version 2.1, 2005-09-16:
|
Changes in version 2.1, 2005-09-16:
|
||||||
|
|
||||||
|
* The C++ lalr1.cc skeleton supports %lex-param.
|
||||||
|
|
||||||
* Bison-generated parsers now support the translation of diagnostics like
|
* Bison-generated parsers now support the translation of diagnostics like
|
||||||
"syntax error" into languages other than English. The default
|
"syntax error" into languages other than English. The default
|
||||||
language is still English. For details, please see the new
|
language is still English. For details, please see the new
|
||||||
|
|||||||
Reference in New Issue
Block a user