* data/bison.simple (yysymprint): Don't print the token number,

just its name.
* tests/actions.at (Destructors): Rename as...
(Printers and Destructors): this.
Also exercise %printer.
This commit is contained in:
Akim Demaille
2002-06-20 09:47:44 +00:00
parent 253862fd4c
commit e317006080
3 changed files with 52 additions and 42 deletions

View File

@@ -1,3 +1,11 @@
2002-06-20 Akim Demaille <akim@epita.fr>
* data/bison.simple (yysymprint): Don't print the token number,
just its name.
* tests/actions.at (Destructors): Rename as...
(Printers and Destructors): this.
Also exercise %printer.
2002-06-20 Akim Demaille <akim@epita.fr>
* data/bison.simple (YYDSYMPRINT): New.