bison-patches
[Top][All Lists]
Advanced

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

[PATCH] TODO: yyfmt.


From: Akim Demaille
Subject: [PATCH] TODO: yyfmt.
Date: Tue, 11 Nov 2008 15:05:34 -0000

        * TODO (yysyntax_error): New item.
---
 ChangeLog |    5 +++++
 TODO      |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 242957e..0409a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-11-11  Akim Demaille  <address@hidden>
 
+       TODO: yyfmt.
+       * TODO (yysyntax_error): New item.
+
+2008-11-11  Akim Demaille  <address@hidden>
+
        Prefer M4 to CPP.
        * data/lalr1.cc: Use b4_error_verbose_if instead of #if
        YYERROR_VERBOSE.
diff --git a/TODO b/TODO
index 1b9aaed..9dbd6b4 100644
--- a/TODO
+++ b/TODO
@@ -88,6 +88,10 @@ we do the same in yacc.c.
 In lalr1.cc we invoke it with the translated lookahead (yytoken), and
 yacc.c uses yychar.  I don't see why.
 
+** yysyntax_error
+The use of switch to select yyfmt in lalr1.cc seems simpler than
+what's done in yacc.c.
+
 * Header guards
 
 From Franc,ois: should we keep the directory part in the CPP guard?
-- 
1.6.0.2.588.g3102





reply via email to

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