X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/966aba6583640869f5a0ab4a9ffc60dd40fd7406..c046698e6e98aefa7f234b8035fe4cf20ce5d05d:/NEWS diff --git a/NEWS b/NEWS index b3ba74fa..65781606 100644 --- a/NEWS +++ b/NEWS @@ -62,6 +62,14 @@ Bison News The old names are now deprecated but will be maintained indefinitely for backward compatibility. +** Symbols names + + Consistently with directives (such as %error-verbose) and variables + (e.g. push-pull), symbol names may include dashes in any position, + similarly to periods and underscores. This is GNU extension over + POSIX Yacc whose use is reported by -Wyacc, and rejected in Yacc + mode (--yacc). + ** Temporary hack for adding a semicolon to the user action. Previously, Bison appended a semicolon to every user action for