lua-users home
lua-l archive

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


On Sun, May 31, 2015 at 11:15 PM, Thijs Schreijer
<thijs@thijsschreijer.nl> wrote:
> Reminds me of some code someone posted a while (1 or 2 years??) ago, creating a C string library based on a Lua state doing the actual work.
>
> (did a quick search, but failed to find it in the archives)

I remembered that too, but could not find it.  Anyway, the code is out
there, and does not actually need a Lua state - this is the raw
400-odd lines of pattern matching.