I keep getting a "Java compilation failed due to code too large" error when I try to parse my grammar. I am trying to implement an sql grammar and have looked through my syntax definition and I don't know what I did wrong. What could be causing this error?
I tried commenting out some code and it works fine when I do. I also looked at the layout definition and everything looks fine.