From: Darren Chamberlain Date: Wed, 4 Feb 2004 17:36:57 +0000 (+0000) Subject: More TODO items. X-Git-Tag: v0.06~217 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dd7ea91dfecd22d1e3db445dc2b4f6374153bbe0;p=dbsrgits%2FSQL-Translator.git More TODO items. --- diff --git a/TODO b/TODO index 2cd4486..3d90c23 100644 --- a/TODO +++ b/TODO @@ -35,3 +35,9 @@ * Possibly write a basic ANSI-92 SQL parser which could be extended when writing other new parsers. + +* Support for precompiled Parse::RecDescent grammars. + +* More code generation producers, such as Java, PHP, and Python. + +* Integrate Module::Pluggable as a replacement for the _list method.