]> git.saurik.com Git - bison.git/commitdiff
Factor the tables.
authorAkim Demaille <demaille@gostai.com>
Mon, 18 Aug 2008 20:21:17 +0000 (22:21 +0200)
committerAkim Demaille <demaille@gostai.com>
Tue, 11 Nov 2008 14:33:12 +0000 (15:33 +0100)
* TODO: New item.

ChangeLog
TODO

index 7ce96d14d591bebf5a5c9bcf08ab7848d7632e78..293cb7c1cde4a613c4ede5c8dfa109349944db12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        Let yytranslate handle the eof case.
 2008-11-11  Akim Demaille  <demaille@gostai.com>
 
        Let yytranslate handle the eof case.
diff --git a/TODO b/TODO
index 918ca350589676dd9ff0dff7a67fb1c91d2d564a..634082ab642e696ff91c8c465af1658edf8849ee 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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
 coverage analysis to the test suite.
 
 This shows that it would be interesting to manage to install skeleton
 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
 
 From Franc,ois: should we keep the directory part in the CPP guard?
 * Header guards
 
 From Franc,ois: should we keep the directory part in the CPP guard?