[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LPeg: anonymous group capture
- From: Jon Strait <jstrait@...>
- Date: Mon, 01 Mar 2010 18:09:14 -0800
New to LPeg here. I've been experimenting with the anonymous group
capture (lpeg.Cg) and it only seems useful inside of a fold capture
(lpeg.Cf). In any other context, I'm not seeing any distinction over the
basic pattern function (lpeg.P). Is this right?
Thanks,
Jon