X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/78df8250936c6461717273adae1a1bd7d1a543c6..ec3bc3961dd154cde7a14ce7e6b97b901af1dadb:/NEWS diff --git a/NEWS b/NEWS index 6ba1741d..c13dc759 100644 --- a/NEWS +++ b/NEWS @@ -81,6 +81,13 @@ Changes in version 1.49b: the compiler supports ANSI C or is a C++ compiler, as enums. This helps debuggers producing symbols instead of values. +* Reports + In addition to --verbose, bison supports --report=THINGS, which + produces additional information: + + `itemset' complete the core item sets with their closure + `lookahead' explicitly associate lookaheads to items + Changes in version 1.35, 2002-03-25: