Factor the tables.

* TODO: New item.
This commit is contained in:
Akim Demaille
2008-08-18 22:21:17 +02:00
parent aba12ad162
commit a2e3fa7768
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-11-11 Akim Demaille <demaille@gostai.com>
Factor the tables.
* TODO: New item.
2008-11-11 Akim Demaille <demaille@gostai.com> 2008-11-11 Akim Demaille <demaille@gostai.com>
Let yytranslate handle the eof case. Let yytranslate handle the eof case.

6
TODO
View File

@@ -71,6 +71,12 @@ really possible? The test suite does not exercise this case.
This shows that it would be interesting to manage to install skeleton This shows that it would be interesting to manage to install skeleton
coverage analysis to the test suite. coverage analysis to the test suite.
** Table definitions
It should be very easy to factor the definition of the various tables,
including the separation bw declaration and definition. See for
instance b4_table_define in lalr1.cc. This way, we could even factor
C vs. C++ definitions.
* Header guards * Header guards
From Franc,ois: should we keep the directory part in the CPP guard? From Franc,ois: should we keep the directory part in the CPP guard?