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:
Paolo Bonzini
2008-07-31 11:01:47 +02:00
parent fee2ed87aa
commit d43f77e7ee
2 changed files with 7 additions and 3 deletions

6
NEWS
View File

@@ -53,9 +53,9 @@ Changes in version 2.3b (2008-05-27):
* %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