ANTLR generates java source from the grammar file. Generated source has dependency to ANTLR classes.
Can I generate 'clean' java sources using ANTLR, that do not have any antlr - dependecy?
If not, can someone recommend some java parser that excels with performances and can produce clean java code?