X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/193d7c7054ba7197b0789e14965b739162319b5e..3c40d0b52d288f1b03a6ebdebea3d6793870358c:/NEWS diff --git a/NEWS b/NEWS index 2fd81bf3..3dca4fe0 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,15 @@ Bison News ---------- -Changes in version 2.2, 2006-05-09: +Changes in version 2.3, 2006-06-05: + +* GLR grammars should now use `YYRECOVERING ()' instead of `YYRECOVERING', + for compatibility with LALR(1) grammars. + +* It is now documented that any definition of YYSTYPE or YYLTYPE should + be to a type name that does not contain parentheses or brackets. + +Changes in version 2.2, 2006-05-19: * The distribution terms for all Bison-generated parsers now permit using the parsers in nonfree programs. Previously, this permission @@ -79,7 +87,7 @@ Changes in version 2.2, 2006-05-09: for previous releases of Bison, and this one. If you wish to update, then make sure older version of Bison will - fail using `%require "2.1a"'. + fail using `%require "2.2"'. * DJGPP support added.