X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/59da312bc7a98d2cea04dceb53fc9e7b6c9c1ee3..0df72d78ffbbada9870afdcc6b8f035e7395e902:/NEWS?ds=sidebyside diff --git a/NEWS b/NEWS index 17745449..53334d6e 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,11 @@ Bison News ---------- -Changes in version 2.3a+ (????-??-??): +Changes in version ?.? (????-??-??): + +* + +Changes in version 2.3b (2008-05-27): * The quotes around NAME that used to be required in the following directive are now deprecated: @@ -32,7 +36,8 @@ Changes in version 2.3a+ (????-??-??): feedback will help to stabilize it. * The -g and --graph options now output graphs in Graphviz DOT format, - not VCG format. + not VCG format. Like --graph, -g now also takes an optional FILE argument + and thus cannot be bundled with other short options. * Java @@ -48,9 +53,9 @@ Changes in version 2.3a+ (????-??-??): * %language This new directive specifies the programming language of the generated - parser, which can be C (the default), C++, or Java. This directive affects - the skeleton used and the names of the generated files if the grammar file's - name ends in ".y". + parser, which can be C (the default), C++, or Java. Besides the skeleton + that Bison uses, the directive affects the names of the generated files if + the grammar file's name ends in ".y". * XML Automaton Report