lua-users home
lua-l archive

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


I have uploaded LPEG 0.10 rocks to the LuaRocks repository, so you can
install (or upgrade) using LuaRocks:

luarocks install lpeg

--
Fabio Mascarenhas


On Wed, Nov 3, 2010 at 3:50 PM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> LPeg version 0.10 is out:
>
>  http://www.inf.puc-rio.br/~roberto/lpeg/
>
>
> * Changes from version 0.9 to 0.10
>  -------------------------------
>  + backtrack stack has configurable size
>  + better error messages
>  + Notation for non-terminals in 're' back to A instead o <A>
>  + experimental look-behind pattern
>  + support for external extensions
>  + works with Lua 5.2
>  + consumes less C stack
>
>
> -- Roberto
>
>