[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: speed of Lua/LPeg parsers
- From: Mike Pall <mikelu-1009@...>
- Date: Fri, 17 Sep 2010 13:27:18 +0200
I wrote:
> When I get around to it, I may try to do something like that for
> the built-in Lua pattern matching functions. Basically a trace
> compiler for patterns. Not sure someone has done this yet and not
> sure whether this will work out.
Before someone jumps on that: yes, there _are_ compilers for regex
patterns (e.g. YARR), but AFAIK none of them are trace compilers.
--Mike