]> git.saurik.com Git - bison.git/commit - doc/bison.texi
Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
authorAkim Demaille <akim@epita.fr>
Mon, 29 Jul 2002 17:30:33 +0000 (17:30 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 29 Jul 2002 17:30:33 +0000 (17:30 +0000)
commit88bce5a2ef15e5b508749e75ddad709aca85b019
tree3bb411ee0fa2c17e60ccf764a0afd9b1189acf75
parent1bfb97dba532a32dbeffddd378955055b9277303
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.
15 files changed:
ChangeLog
TODO
doc/bison.texinfo
src/LR0.c
src/gram.h
src/reader.c
src/reduce.c
src/state.c
src/symtab.c
src/symtab.h
tests/actions.at
tests/calc.at
tests/conflicts.at
tests/regression.at
tests/sets.at