X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/302c0aeeba0264be6031b48540ae4f2108a3d799..44e7ead165c56bb55b2fdafd4aff2f511baa8e68:/NEWS diff --git a/NEWS b/NEWS index 2ab95345..de75edb6 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,10 @@ Bison News Changes in version 2.1a: +* GLR, YACC parsers. + The %parse-params are available in the %destructor's (and the + experimental %printer's) as per the documentation. + * Bison now warns if it finds a stray `$' or `@' in an action. * %require "VERSION"