]> git.saurik.com Git - bison.git/commitdiff
TODO: YYPRINT.
authorAkim Demaille <demaille@gostai.com>
Fri, 29 Aug 2008 18:11:22 +0000 (20:11 +0200)
committerAkim Demaille <demaille@gostai.com>
Thu, 13 Nov 2008 05:55:23 +0000 (06:55 +0100)
* TODO (YYPRINT): New.

ChangeLog
TODO

index 55d9b10b2832a7394cff0baf6c5516425cd8fb42..8abd8ce832087ab7f692d421f288edb08601100b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Comment changes.
 2008-11-13  Akim Demaille  <demaille@gostai.com>
 
        Comment changes.
diff --git a/TODO b/TODO
index 9dbd6b423e4cd88e45eab24c78175e22458c18f6..0a4aef400fef77539ec4fb0f986b4a5e0d8d9fa0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,13 @@
 -*- outline -*-
 
 * Various
 -*- outline -*-
 
 * 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
 Defined to 256, but not used, not documented.  Probably the token
 number for the error token, which POSIX wants to be 256, but which
 ** YYERRCODE
 Defined to 256, but not used, not documented.  Probably the token
 number for the error token, which POSIX wants to be 256, but which