Giacomo Galilei wrote:
> Hi all.
> I have a quite complex grammar (not optimized and very bad designed :P) that
> seems to make javacc to dead loop. If I comment out a rule the parser
> generation takes something like 5-6 seconds; but with such rule the
> generation process does not end even after 16 minutes (I stop the process
> manually with ctrl+c and killall -9 java). I tested the grammar with JavaCC
> 4.2 and with JavaCC 5.0.
>
> Could this be a bug ?
>
> Gg`
Probably a bug in your grammar, I'd guess. You grammar is probably
causing Javacc to loop.
DR
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...