Difference between revisions of "Lpeg"

From GiderosMobile
Line 2: Line 2:
 
'''Supported platforms:''' mac, pc<br/>
 
'''Supported platforms:''' mac, pc<br/>
 
'''Available since:''' Gideros 2012.8<br/>
 
'''Available since:''' Gideros 2012.8<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate>LPeg is a pattern-matching library for Lua, based on  Parsing Expression Grammars (PEGs).
 
<translate>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/)</translate>
 
For more information and detailed documentation, please visit [http://www.inf.puc-rio.br/~roberto/lpeg/](http://www.inf.puc-rio.br/~roberto/lpeg/)</translate>
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== Methods ===
+
=== <translate>Methods</translate> ===
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== Events ===
+
=== <translate>Events</translate> ===
=== Constants ===
+
=== <translate>Constants</translate> ===
 
|}
 
|}

Revision as of 08:29, 24 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