Added parsing of field.extra
[dbsrgits/SQL-Translator.git] / TODO
diff --git a/TODO b/TODO
index d535a54..7bc7cb1 100644 (file)
--- a/TODO
+++ b/TODO
 *   Possibly write a basic ANSI-92 SQL parser which could be extended
     when writing other new parsers.
 
+*   Make as many "required" modules as possible optional.  This will
+    require support in the Makefile, the tests, and the modules
+    themselves (they'll need to die gracefully if prerequisites are
+    not installed).
+
 *   Support for precompiled Parse::RecDescent grammars.
 
 *   More code generation producers, such as Java, PHP, and Python.