mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
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.
This commit is contained in:
11
ChangeLog
11
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.
|
||||
|
||||
Reference in New Issue
Block a user