]> git.saurik.com Git - bison.git/commitdiff
TODO: yyfmt.
authorAkim Demaille <demaille@gostai.com>
Thu, 21 Aug 2008 20:06:17 +0000 (22:06 +0200)
committerAkim Demaille <demaille@gostai.com>
Tue, 11 Nov 2008 15:02:21 +0000 (16:02 +0100)
* TODO (yysyntax_error): New item.

ChangeLog
TODO

index 242957ed2b0eefe4be03f4e98dc02ba8eeba6c84..0409a5debfee265ac31831ead66a8c1516c739bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-11  Akim Demaille  <demaille@gostai.com>
+
+       TODO: yyfmt.
+       * TODO (yysyntax_error): New item.
+
 2008-11-11  Akim Demaille  <demaille@gostai.com>
 
        Prefer M4 to CPP.
diff --git a/TODO b/TODO
index 1b9aaed798896184b54fb3a5e26b4c45add57b3f..9dbd6b423e4cd88e45eab24c78175e22458c18f6 100644 (file)
--- 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?