RE: OT(slightly): parser generator for expression with custom operators
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: OT(slightly): parser generator for expression with custom operators
- From: Thomas Buergel <Thomas.Buergel@...>
- Date: 2011年6月29日 09:53:40 -0700
>> I was surprised at the simplicity of it, and the fact that it's found in the LOOP package...
>
> I wonder if its dependencies are big. As usual (for me) I'd like a pure
> Lua solution, maybe with no need to install anything, besides putting
> some files on lua path. I will investigate further... :-)
It's a pure Lua solution with only internal dependencies (the files in the LOOP package).
Quite elegant indeed.