Deleted "index" rules, allowed fore and aft comments in fields and
[dbsrgits/SQL-Translator.git] / TODO
1 Define structure of the data returned by parsers:
2   o Producers need to know what to expect
3   o For testing purposes, we need to know if parsers are returning
4     something reasonable
5
6 Modules to be written/finished
7     SQL::Translator::Validator
8     SQL::Translator::Parser::xSV
9     SQL::Translator::Producer::MySQL
10
11 Should the parsers return an instance instead of a data structure?  It
12 would make traversing the data structure easier.
13
14
15 # vim: set sw=2 ts=2 tw=70 fo=trcqo: