Document 1.875b.

This commit is contained in:
Paul Eggert
2003-06-17 07:52:27 +00:00
parent ec622ab417
commit 3473d0f899

9
NEWS
View File

@@ -1,9 +1,14 @@
Bison News
----------
Changes in version 1.875b:
Changes in version 1.875b, 2003-06-17:
* Semicolons are now allowed before "|" in grammar rules, as POSIX requires.
* GLR grammars now support locations.
* Semicolon changes:
- Semicolons are now allowed before "|" in grammar rules, as POSIX requires.
- Stray semicolons are no longer allowed at the start of a grammar.
- Semicolons are now required after in-grammar declarations.
Changes in version 1.875a, 2003-02-01: