« Return to Thread: Re: Maximum chars that can be parsed by javacc parser

Re: Maximum chars that can be parsed by javacc parser

by Sreenivasa Viswanadha :: Rate this Message:

Reply to Author | View in Thread


You should send these kinds of queries to the 'users' alias.

As for your issue - there is no restriction. The problem usually means
there is something funky with your grammar.

> Can any one please let me know what is the maximum number of chars that
> can
> be parsed by Javacc parser?
>
> I'm getting StackOverFlow exception when the number of chars exceeds more
> than 10000 chars.
>
> Thanks in advance
> --
> View this message in context:
> http://www.nabble.com/Maximum-chars-that-can-be-parsed-by-javacc-parser-tp23401378p23401378.html
> Sent from the java.net - javacc issues mailing list archive at Nabble.com.
>



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Re: Maximum chars that can be parsed by javacc parser