Files: alter-src.zip: source files and samples alter-0.1.jar: executable JAR file (java -jar alter-0.1.jar --help) alter.cmd: just to substitute "java -jar alter-0.1.jar" with "alter" on win32 Notes: - Java 5 runtime required - JavaCC 1.5.2 for Eclipse is used for parser generation http://perso.orange.fr/eclipse_javacc/ - gnu.getopt package is used for parsing command line arguments http://www.urbanophile.com/arenn/hacking/getopt/Package-gnu.getopt.html - some simple SQL scripts could be found in alter/sample dir in ZIP feel free to ask any questions :-)