1config BR2_PACKAGE_LPEG 2 bool "lpeg" 3 help 4 LPeg is a new pattern-matching library for Lua, 5 based on Parsing Expression Grammars (PEGs). 6 7 http://www.inf.puc-rio.br/~roberto/lpeg.html 8