mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
TODO: YYPRINT.
* TODO (YYPRINT): New.
This commit is contained in:
@@ -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
7
TODO
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user