X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3208e3f4d9aff080a546685560536336f0852bcb..3bed3a757fef03bb063e210ed74918bb875fe2e1:/NEWS?ds=sidebyside diff --git a/NEWS b/NEWS index b4887427..7a5009cc 100644 --- a/NEWS +++ b/NEWS @@ -146,8 +146,19 @@ Bison News Bison now warns when a character literal is not of length one. In some future release, Bison will report an error instead. +** Verbose error messages fixed for nonassociative tokens. + + When %error-verbose is specified, syntax error messages produced by + the generated parser include the unexpected token as well as a list of + expected tokens. Previously, this list erroneously included tokens + that would actually induce a syntax error because conflicts for them + were resolved with %nonassoc. Such tokens are now properly omitted + from the list. + * Changes in version 2.4.2 (????-??-??): +** Detection of GNU M4 1.4.6 or newer during configure is improved. + ** %code is now a permanent feature. A traditional Yacc prologue directive is written in the form: