X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/72c5b9828e08091a2e3d567bbcd0b4004749f5f9..6130b75585cad5f4bb2ee78875a0bfe109b2a3e3:/NEWS diff --git a/NEWS b/NEWS index 15f6223e..8a5fc93d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,29 @@ Bison News ---------- +Changes in version ?.? (????-??-??): + +* Java skeleton improvements: + + The constants for token names were moved to the Lexer interface. + Also, it is possible to add code to the parser's constructors using + "%code init" and "%define init_throws". + +Changes in version 2.4 (2008-11-02): + +* %language is an experimental feature. + + We first introduced this feature in test release 2.3b as a cleaner + alternative to %skeleton. Since then, we have discussed the possibility of + modifying its effect on Bison's output file names. Thus, in this release, + we consider %language to be an experimental feature that will likely evolve + in future releases. + +* Forward compatibility with GNU M4 has been improved. + +* Several bugs in the C++ skeleton and the experimental Java skeleton have been + fixed. + Changes in version 2.3b (2008-05-27): * The quotes around NAME that used to be required in the following directive @@ -49,9 +72,9 @@ Changes in version 2.3b (2008-05-27): * %language This new directive specifies the programming language of the generated - parser, which can be C (the default), C++, or Java. This directive affects - the skeleton used and the names of the generated files if the grammar file's - name ends in ".y". + parser, which can be C (the default), C++, or Java. Besides the skeleton + that Bison uses, the directive affects the names of the generated files if + the grammar file's name ends in ".y". * XML Automaton Report