[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lpeg as a part of lua (was: An introduction to Lua)
- From: Daurnimator <quae@...>
- Date: Mon, 23 Oct 2017 16:59:44 +1100
On 23 October 2017 at 14:36, Sean Conner <sean@conman.org> wrote:
> I'm thinking there's not anything that Lua patterns do that you can't do
> in LPeg
I did once sit down and rewrite the lua pattern matching functions using lpeg.
If I recall correctly, the only thing I couldn't figure out was the
`n` argument to string.gsub.