[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bison 1.875b news changes
From: |
Paul Eggert |
Subject: |
Bison 1.875b news changes |
Date: |
Tue, 17 Jun 2003 00:54:42 -0700 |
I installed the following patch in preparation for 1.875b.
Index: NEWS
===================================================================
RCS file: /cvsroot/bison/bison/NEWS,v
retrieving revision 1.93
retrieving revision 1.94
diff -p -u -r1.93 -r1.94
--- NEWS 14 May 2003 23:37:32 -0000 1.93
+++ NEWS 17 Jun 2003 07:52:27 -0000 1.94
@@ -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:
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Bison 1.875b news changes,
Paul Eggert <=