mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-15 15:23:02 +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:
12
TODO
12
TODO
@@ -4,6 +4,11 @@
|
||||
Write a first documentation for C++ output.
|
||||
|
||||
|
||||
* Documentation
|
||||
Before releasing, make sure the documentation refers to the current
|
||||
`output' format.
|
||||
|
||||
|
||||
* Error messages
|
||||
Some are really funky. For instance
|
||||
|
||||
@@ -121,13 +126,6 @@ this issue. Does anybody have it?
|
||||
|
||||
* Documentation
|
||||
|
||||
** Vocabulary
|
||||
Explain $axiom (and maybe change its name: BTYacc names it `goal',
|
||||
byacc `$accept' probably based on AT&T Yacc, Meta `Start'...).
|
||||
Complete the glossary (item, axiom, ?). Should we also rename `$'?
|
||||
BYacc uses `$end'. `$eof' is attracting, but after all we may be
|
||||
parsing a string, a stream etc.
|
||||
|
||||
** History/Bibliography
|
||||
Some history of Bison and some bibliography would be most welcome.
|
||||
Are there any Texinfo standards for bibliography?
|
||||
|
||||
Reference in New Issue
Block a user