[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LPeg 0.12 (rc2)
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 12 Apr 2013 13:40:42 -0300
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.12?
+ no "unsigned short" limit for pattern sizes
+ mathtime captures considered nullable
+ some bugs and compiler warnings fixed
What is new in (rc2)?
+ fixes a bug
(http://lua-users.org/lists/lua-l/2013-04/msg00366.html)
+ corrects a duplication in the documentation
(http://lua-users.org/lists/lua-l/2013-04/msg00172.html)
Where to get it?
http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.12-rc2.tar.gz
-- Roberto