X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/adc8c84856a3b1ad48015552681fe1e9757aa356..e7b8bef1b1fa6eae346c4a3ee00e897a4d6f9058:/NEWS diff --git a/NEWS b/NEWS index 9d6e4065..61081a44 100644 --- a/NEWS +++ b/NEWS @@ -3,10 +3,18 @@ Bison News Changes in version 1.49a: -* items overflow +* Items overflow Bison no longer dumps core when there are too many items, it just dies. +* Token end-of-file + The token end of file may be specified by the user, in which case, + the user symbol is used in the reports, the graphs, and the verbose + error messages instead of `$', which remains being the defaults. + For instance + %token YYEOF 0 + or + %token YYEOF 0 "end of file" Changes in version 1.30: