lua-users home
lua-l archive

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


LPeg is a pattern-matching library for Lua, based on Parsing Expression
Grammars (PEGs).

Download it at

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

This is version 1.0. It fixes some bugs from the previous version.

-- Roberto