Is it possible to have change the location of the generated files?
Adrian.
This is by design, so that an antlr grammar feels just like a java
class.
Thus since the grammar is in a say package 'a', the genrated file must
be in the same package too.
Prashant
*Parser.java
*Lexer.java
*TokenTypes.java