[antlr-interest] Re: [antlr-dev] Hitting method size limit

Terence Parr parrt at cs.usfca.edu
Sat Jun 24 11:32:23 PDT 2006


On Jun 24, 2006, at 6:44 AM, Emond Papegaaij wrote:
> time java -cp <cut> org.antlr.Tool tpl.g
> ANTLR Parser Generator   Early Access Version 3.0b1 (?)  1989-2006
> tpl.g:113:15: no lexer rule corresponding to token: VISIT_IDENTIFIER
>
> real    1m3.201s
> user    1m4.810s
> sys     0m0.616s

Try -Im 3 or -Im 2 and see if that helps...that limits the size of an  
internal stack.

Ter


More information about the antlr-interest mailing list