mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-12 05:43:03 +00:00
Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
* src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as... (endtoken, accept): these. * src/reader.c (reader): Set endtoken's default tag to "$end". Set undeftoken's tag to "$undefined" instead of "$undefined.". * doc/bison.texinfo (Table of Symbols): Mention $accept and $end. Adjust.
This commit is contained in:
11
ChangeLog
11
ChangeLog
@@ -1,3 +1,14 @@
|
||||
2002-07-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
|
||||
|
||||
* src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
|
||||
(endtoken, accept): these.
|
||||
* src/reader.c (reader): Set endtoken's default tag to "$end".
|
||||
Set undeftoken's tag to "$undefined" instead of "$undefined.".
|
||||
* doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
|
||||
Adjust.
|
||||
|
||||
2002-07-29 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* src/reduce.c (reduce_grammar): When the language is empty,
|
||||
|
||||
Reference in New Issue
Block a user