From e14d0ab6870bd4c9fb0f3981f60c5a0dc3c65925 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Wed, 21 Dec 2005 13:49:44 +0000 Subject: [PATCH] Fix NEWS. --- NEWS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index a84a20ef..2aeeaf8a 100644 --- a/NEWS +++ b/NEWS @@ -24,8 +24,8 @@ Changes in version 2.1a: Bison version VERSION or higher. * lalr1.cc: The token and value types are now class members. - The tokens where defined as free form enums and cpp macros. YYSTYPE - was defined as a free form union. Both are now class members: + The tokens were defined as free form enums and cpp macros. YYSTYPE + was defined as a free form union. They are now class members: tokens are enumerations of the `yy::parser::token' struct, and the 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: +* The C++ lalr1.cc skeleton supports %lex-param. + * Bison-generated parsers now support the translation of diagnostics like "syntax error" into languages other than English. The default language is still English. For details, please see the new -- 2.50.0