[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: leaf corcoran <leafot@...>
- Date: Thu, 16 Jun 2011 08:22:21 -0700
Oh, excellent. Works great.
Thanks very much, Leaf
On Thu, Jun 16, 2011 at 7:02 AM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
>> 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
>
>