lua-users home
lua-l archive

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


On Sat, May 25, 2013 at 2:08 AM, William Ahern
<william@25thandclement.com> wrote:
> I'm confident that it can't
> be done with LPeg, not if you want to be fully standards compliant and
> handle pathological cases, such as spammers might abuse.

Even if you use match-time captures? If I understand properly, they
make LPeg Turing complete.

-- Pierre-Yves