]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Grammar declarations may be found in the grammar section.
[bison.git] / ChangeLog
index e61d2e4412ac8c2c428be9247197d77af2a0f747..353a5ed414812dc2548cb4d8ecc73597f51e450c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2002-06-14  Akim Demaille  <akim@epita.fr>
+
+       Grammar declarations may be found in the grammar section.
+
+       * src/parse-gram.y (rules_or_grammar_declaration): New.
+       (declarations): Each declaration may end with a semicolon, not
+       just...
+       (grammar_declaration): `"%union"'.
+       (grammar): Branch to rules_or_grammar_declaration.
+
+       
 2002-06-14  Akim Demaille  <akim@epita.fr>
 
        * src/main.c (main): Invoke scanner_free.