X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/241fda7a8d1b4bee368798867c87c635ee074a5d..783aa653f4ca70a75919c8516b950494c612cbfe:/NEWS diff --git a/NEWS b/NEWS index ce771d85..8a5fc93d 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,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. We first introduced this feature in test release 2.3b as a cleaner