lua-users home
lua-l archive

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


I have just released LPeg version 0.6. News include these:

* support for non-numeric indices in grammars;

* some bug fixes; (thanks to the luatex team)

* some new optimizations; (thanks to Mike Pall)

* a new page layout (thanks to Andre Carregal);

* minimal documentation for module 're'.

As usual, it is at   http://www.inf.puc-rio.br/~roberto/lpeg.html

-- Roberto