mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
clarify documentation of %language in the NEWS file
2008-07-31 Paolo Bonzini <bonzini@gnu.org> * NEWS: Clarify documentation of %language.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-07-31 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
|
* NEWS: Clarify documentation of %language.
|
||||||
|
|
||||||
2008-07-31 Paolo Bonzini <bonzini@gnu.org>
|
2008-07-31 Paolo Bonzini <bonzini@gnu.org>
|
||||||
|
|
||||||
Support usage of git-merge-changelog.
|
Support usage of git-merge-changelog.
|
||||||
|
|||||||
6
NEWS
6
NEWS
@@ -53,9 +53,9 @@ Changes in version 2.3b (2008-05-27):
|
|||||||
* %language
|
* %language
|
||||||
|
|
||||||
This new directive specifies the programming language of the generated
|
This new directive specifies the programming language of the generated
|
||||||
parser, which can be C (the default), C++, or Java. This directive affects
|
parser, which can be C (the default), C++, or Java. Besides the skeleton
|
||||||
the skeleton used and the names of the generated files if the grammar file's
|
that Bison uses, the directive affects the names of the generated files if
|
||||||
name ends in ".y".
|
the grammar file's name ends in ".y".
|
||||||
|
|
||||||
* XML Automaton Report
|
* XML Automaton Report
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user