[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LPeg 0.11
- From: Leo Razoumov <slonik.az@...>
- Date: Wed, 27 Mar 2013 20:49:17 -0400
On Wed, Mar 27, 2013 at 3:23 PM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> What is LPeg? LPeg is a new (well, not that new now) pattern-matching
> library for Lua, based on Parsing Expression Grammars (PEGs).
>
> What is new in version 0.11?
>
> + complete reimplementation of the code generator
> + new syntax for table captures
> + new functions in module 're'
> + other small improvements
>
> Where to get it?
>
> http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.11.tar.gz
I presume it is written for Lua-5.2.x. Will it work with Lua-5.1.x and LuaJIT?
--Leo--