Added enum to test.brainstorm.
Added db capabilities to python. Not tested.
Added __init__ constructor to python.
Fixed brainstorm enum space problem. Added Postgres and Mysql so they handle enums properly.
Changed command-line params so you specify what type the input file is. Added more functionality as well.
Added xml schema (xsd) support.
Changed it so there can be a space between enum/flags and open paren.
Updated readme.
Finished up the flags support.
Added optional values to options list for enums and flags.
Added support for enums and bit flags.
Added another method of detecting converter classes when the classes are files in a directory instead of a jar.
Cleaned up the wording to be better understood.
Added details on changing coding style in brainstorm.config file.
Major change. Changed styles from consts to enum, so you can reference them by name instead of number in config file.
Fixed it so it loads the config file correctly, for setting styles and stuff.
Added more information, better formatting.
Added all property types and more examples.
Attempting to format multi-line code.
Attempting to clean up badly-formatted code in README.md
Added installation and run section.
Added scanClasses() method to scan jar for converters, so you don't have to create converters file.
Added Spooky main class to jar. Added default error mesg when no params are specified.
Changed it to a clean gradle project and moved src to src/main/java dir.
Updated README.md, and added more tests to JavaTests.java.
Removed brainstorm dir. Cleaned up Sql.java.
Added first junit test.
Added .gradle to .gitignore and removed remaining references to Vector<>.
Initial commit.
Added .gitignore file.