summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2008-08-29 20:11:22 +0200
committerAkim Demaille <demaille@gostai.com>2008-11-13 06:55:23 +0100
commit865f1e9f85d52c41d9c26463d65d0d6be008404f (patch)
treed286603a1f22e7adb39cf5315989549a88d6dae8
parentcb0b136a632415b57bb9e5042bc51dae02279774 (diff)
downloadbison-865f1e9f85d52c41d9c26463d65d0d6be008404f.tar.gz
TODO: YYPRINT.
* TODO (YYPRINT): New.
-rw-r--r--ChangeLog5
-rw-r--r--TODO7
2 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55d9b10b..8abd8ce8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-11-13 Akim Demaille <demaille@gostai.com>
+ TODO: YYPRINT.
+ * TODO (YYPRINT): New.
+
+2008-11-13 Akim Demaille <demaille@gostai.com>
+
Comment changes.
* data/lalr1.cc, data/yacc.c: Fix the description of the
yytranslate and yytoknum tables.
diff --git a/TODO b/TODO
index 9dbd6b42..0a4aef40 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,13 @@
-*- 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