From: Darren Chamberlain Date: Thu, 19 Feb 2004 23:30:02 +0000 (+0000) Subject: More TODOs X-Git-Tag: v0.06~188 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=49c05742b8e914db42f8398b7eaf28f3e5037aae;p=dbsrgits%2FSQL-Translator.git More TODOs --- diff --git a/TODO b/TODO index d535a54..7bc7cb1 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,11 @@ * 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.