X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f87a22059802a0c40e5ca79d6d8e530f1af3261f..7de23534ac9fae2f862249e66cf46b6d03e35d14:/NEWS?ds=sidebyside diff --git a/NEWS b/NEWS index 42492f35..89304e06 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,15 @@ Bison News ---------- -Changes in version 1.29: +Changes in version 1.28a: * Russian translation added. * NLS support updated; should hopefully be less troublesome. * Added the old Bison reference card. + +* Added `--locations' and `%locations'. Changes in version 1.28: @@ -45,7 +47,7 @@ Changes in version 1.25: * Errors in the input grammar are not fatal; Bison keeps reading the grammar file, and reports all the errors found in it. - + * Tokens can now be specified as multiple-character strings: for example, you could use "<=" for a token which looks like <=, instead of chosing a name like LESSEQ. @@ -82,3 +84,4 @@ Changes in version 1.22: Changes in version 1.20: Output file does not redefine const for C++. +