Re: LPEG documentation needs more clarification
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LPEG documentation needs more clarification
- From: Sean Conner <sean@...>
- Date: 2019年2月14日 14:38:11 -0500
It was thus said that the Great pygy79@gmail.com once stated:
> Actually, I read i too fastt :-)
>
> Still, the folding capture would also handle counting arbitrary
> captures more cleanly:
>
> cnt = Cf(Cc(0) * C(1)^0 , function(total) return total +1 end)
I think *that* would work.
-spc