]> git.saurik.com Git - bison.git/blobdiff - TODO
Factor the tables.
[bison.git] / TODO
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.
 
+** 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?