lua-users home
lua-l archive

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


>   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