[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lpeg.Cb bug (?) with repeated evaluation of group capture pattern
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 14 Sep 2016 19:03:48 -0300
> Then how do you explain the following:
>
> lpeg.Ct(lpeg.C(pattern)^0)
>
> lpet.Cg(lpeg.Cg(pattern,"name1") * lpeg.Cg(pattern,"name2"))
>
> Should we be using a fold for these as well?
What need to be explained?
-- Roberto