[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LPeg - stack overflow (too many runtime captures) with match time capture
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 16 Jun 2011 11:02:13 -0300
> The code you gave works great for my example, but what if I want to
> access the value of the capture in the function at match time? What I
> am trying to do it change the parsing path taken based on validation
You may use it, as long as you do not return it.
-- Roberto