[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A C++ Pattern Matching Library based on lstrlib.c
- From: steve donovan <steve.j.donovan@...>
- Date: Mon, 1 Jun 2015 07:49:06 +0200
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.