bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] TODO: YYPRINT.


From: Akim Demaille
Subject: [PATCH] TODO: YYPRINT.
Date: Thu, 13 Nov 2008 05:58:37 -0000

        * TODO (YYPRINT): New.
---
 ChangeLog |    5 +++++
 TODO      |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 55d9b10..8abd8ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-11-13  Akim Demaille  <address@hidden>
 
+       TODO: YYPRINT.
+       * TODO (YYPRINT): New.
+
+2008-11-13  Akim Demaille  <address@hidden>
+
        Comment changes.
        * data/lalr1.cc, data/yacc.c: Fix the description of the
        yytranslate and yytoknum tables.
diff --git a/TODO b/TODO
index 9dbd6b4..0a4aef4 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
-- 
1.6.0.2.588.g3102





reply via email to

[Prev in Thread] Current Thread [Next in Thread]