lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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