From dada3cd19e2754d16b999fd43183a8e8a9d88d30 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Thu, 21 Aug 2008 22:06:17 +0200 Subject: [PATCH] TODO: yyfmt. * TODO (yysyntax_error): New item. --- ChangeLog | 5 +++++ TODO | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 242957ed..0409a5de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-11-11 Akim Demaille + + TODO: yyfmt. + * TODO (yysyntax_error): New item. + 2008-11-11 Akim Demaille Prefer M4 to CPP. diff --git a/TODO b/TODO index 1b9aaed7..9dbd6b42 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? -- 2.45.2