X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bfb40910e3dddc04fa7a1f3adfec4990f58415bb..90290ce5dda1786dc33eddb847aa81a5271302e8:/NEWS diff --git a/NEWS b/NEWS index 7af6969a..8a5fc93d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,14 @@ 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.