new LPeg version
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: new LPeg version
- From: roberto@... (Roberto Ierusalimschy)
- Date: 2007年4月12日 11:48:37 -0300
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