Difference between revisions of "Lpeg"

From GiderosMobile
(formatting)
Line 2: Line 2:
 
<languages />
 
<languages />
 
<!-- GIDEROSOBJ:lpeg -->
 
<!-- GIDEROSOBJ:lpeg -->
 +
 
'''<translate>Supported platforms</translate>:''' [[File:Platform mac.png]][[File:Platform pc.png]]<br/>
 
'''<translate>Supported platforms</translate>:''' [[File:Platform mac.png]][[File:Platform pc.png]]<br/>
 
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
 
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
 +
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===
<translate>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/)</translate>
+
 
 +
For more information and detailed documentation, please visit http://www.inf.puc-rio.br/~roberto/lpeg/
 +
 
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|

Revision as of 16:01, 8 December 2019


Supported platforms: Platform mac.pngPlatform pc.png
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 http://www.inf.puc-rio.br/~roberto/lpeg/

Methods

Events

Constants