TODO: yyfmt.

* TODO (yysyntax_error): New item.
This commit is contained in:
Akim Demaille
2008-08-21 22:06:17 +02:00
parent 422c18f48d
commit dada3cd19e
2 changed files with 9 additions and 0 deletions

4
TODO
View File

@@ -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?