TODO: YYPRINT.

* TODO (YYPRINT): New.
This commit is contained in:
Akim Demaille
2008-08-29 20:11:22 +02:00
parent cb0b136a63
commit 865f1e9f85
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-11-13 Akim Demaille <demaille@gostai.com>
TODO: YYPRINT.
* TODO (YYPRINT): New.
2008-11-13 Akim Demaille <demaille@gostai.com> 2008-11-13 Akim Demaille <demaille@gostai.com>
Comment changes. Comment changes.

7
TODO
View File

@@ -1,6 +1,13 @@
-*- outline -*- -*- outline -*-
* Various * Various
** YYPRINT
glr.c inherits its symbol_print function from c.m4, which supports
YYPRINT. But to use YYPRINT yytoknum is needed, which not defined by
glr.c.
Anyway, IMHO YYPRINT is obsolete and should be restricted to yacc.c.
** YYERRCODE ** YYERRCODE
Defined to 256, but not used, not documented. Probably the token Defined to 256, but not used, not documented. Probably the token
number for the error token, which POSIX wants to be 256, but which number for the error token, which POSIX wants to be 256, but which