lua-users home
lua-l archive

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


On 28 Mar, 2013, at 1:49 , Leo Razoumov <slonik.az@gmail.com> wrote:

> 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?

Compiles and runs tests successfully for lua-5.1.5, lua-5.2.2 and LuaJIT 2.0.1.

pd