[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuLPeg v0.1
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Wed, 12 Jun 2013 12:39:49 +0200
On Wed, Jun 12, 2013 at 12:17 PM, Philippe Lhoste <PhiLho@gmx.net> wrote:
> Come to think of it, it can be useful in pure Java implementations of Lua,
> like LuaJ.
> I should try it...
Note that, if `newproxy()` is not supported by your implementation,
you'll have to use `L(pattern)` instead of `#pattern`.
> I noticed a typo in the readme:
> "Romantif WTF Public License"
Fixed, thanks.
-- Pierre-Yves