Jar up all the .class files
Generate MyParser.java, MyLexer.java and MyParserTokenTypes.java
Create a Java code-generator using the given Grammar.
Defines a strategy that can be used to manage the printwriter
being used to write JavaCodeGenerator output
TODO generalize so all code gens could use?