Re: Lpeg 0.12: "grammar has too many rules"
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lpeg 0.12: "grammar has too many rules"
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 3 Sep 2013 18:03:30 -0300
> What is the trade off here? Is it just memory allocated on the stack
> in `verifygrammar` and `codegrammar`?
Yes.
> If so, I don't see any reason not to up the default limit to 1024 or so....
I still think small :)
-- Roberto