X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/4515534cd2024f8930bf8fa09745f3fdb46f0009..1921f1d7a44530a5196880d52ce83fea60da6255:/ChangeLog diff --git a/ChangeLog b/ChangeLog index e61d2e44..353a5ed4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2002-06-14 Akim Demaille + + 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 * src/main.c (main): Invoke scanner_free.