More improvements to the documentation of the prologue alternatives:

* NEWS (2.3a+): Mention the new `Prologue Alternatives' section in the
Bison manual.
* doc/bison.texinfo (Prologue Alternatives): Correct some errors.  Add
some text to clarify the relative importance of the new directives and
to show how these directives may be viewed as code labels.
This commit is contained in:
Joel E. Denny
2006-10-20 22:10:50 +00:00
parent 67a9768ed4
commit a501eca911
3 changed files with 39 additions and 7 deletions

2
NEWS
View File

@@ -74,6 +74,8 @@ Changes in version 2.3a+ (????-??-??):
Bison will concatenate the contents in the order they appear in the grammar
file.
Also see the new section `Prologue Alternatives' in the Bison manual.
Changes in version 2.3a, 2006-09-13:
* Instead of %union, you can define and use your own union type