Commit graph

4 commits

Author SHA1 Message Date
alnsn
fb7c78e46e Adapt to Lua multiversion support. 2014-05-03 13:01:24 +00:00
alnsn
b68acfc96f Use ${LUA_CDIR} and ${LUA_LDIR}. 2013-07-14 20:31:45 +00:00
alnsn
ed9500eb62 Update lua-lpeg to version 0.12.
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

Where to get it?

  http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-0.12-rc1.tar.gz


(*) Although this change can be considered logically a bug fix, it can
lead to some old patterns being refused with a "loop body may accept
empty string" error. It should be easy to fix these patterns.
2013-06-13 22:13:58 +00:00
alnsn
7876485c8f Initial import of LPeg 0.10.2.
LPeg is a new pattern-matching library for Lua, based on
Parsing Expression Grammars (PEGs).
2013-01-06 13:49:26 +00:00