X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/355e7c1cd1341e7caa4b57536abd1124da2f2ba2..01e5c817739b49dbadd4e75d1618a937f541b479:/NEWS?ds=sidebyside diff --git a/NEWS b/NEWS index a783d422..f339c659 100644 --- a/NEWS +++ b/NEWS @@ -3,8 +3,17 @@ Bison News Changes in version 1.49a: +* Undefined token + The undefined token was systematically mapped to 2 which prevented + the use of 2 from the user. This is no longer the case. + +* Undefined token + If yylex returned a code out of range, yyparse could die. This is + no longer the case. + * Large grammars - Are now supported. + Are now supported (large token numbers, large grammar size (= sum of + the LHS and RHS lengths). * The initial rule is explicit. Bison used to play hacks with the initial rule, which the user does