bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Factor the tables.


From: Akim Demaille
Subject: [PATCH] Factor the tables.
Date: Tue, 11 Nov 2008 14:36:25 -0000

        * TODO: New item.
---
 ChangeLog |    5 +++++
 TODO      |    6 ++++++
 2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 7ce96d1..293cb7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-11-11  Akim Demaille  <address@hidden>
 
+       Factor the tables.
+       * TODO: New item.
+
+2008-11-11  Akim Demaille  <address@hidden>
+
        Let yytranslate handle the eof case.
        * data/lalr1.cc (yytranslate_): Handle the EOF case.
        Adjust callers.
diff --git a/TODO b/TODO
index 918ca35..634082a 100644
--- 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?
-- 
1.6.0.2.588.g3102





reply via email to

[Prev in Thread] Current Thread [Next in Thread]