Difference between revisions of "Lpeg"

From GiderosMobile
Line 4: Line 4:
 
=== Description ===
 
=== Description ===
 
LPeg is a pattern-matching library for Lua, based on  Parsing Expression Grammars (PEGs).
 
LPeg is a pattern-matching library for Lua, based on  Parsing Expression Grammars (PEGs).
For more information and detailed documentation, please visit [http://www.inf.puc-rio.br/~roberto/lpeg/](http://www.inf.puc-rio.br/~roberto/lpeg/){|-
+
For more information and detailed documentation, please visit [http://www.inf.puc-rio.br/~roberto/lpeg/](http://www.inf.puc-rio.br/~roberto/lpeg/)
 +
{|-
 
| style="width: 50%;"|
 
| style="width: 50%;"|
 
=== Methods ===
 
=== Methods ===

Revision as of 11:02, 23 August 2018

Supported platforms: mac, pc
Available since: Gideros 2012.8

Description

LPeg is a pattern-matching library for Lua, based on Parsing Expression Grammars (PEGs). For more information and detailed documentation, please visit [1](http://www.inf.puc-rio.br/~roberto/lpeg/)

Methods

Events

Constants