Difference between revisions of "Lpeg"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Supported platforms:''' mac, pc<br/>
+
'''<translate>Supported platforms</translate>:''' [[File:Platform mac]][[File:Platform pc]]<br/>
'''Available since:''' 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).
 
<translate>LPeg is a pattern-matching library for Lua, based on  Parsing Expression Grammars (PEGs).

Revision as of 10:27, 24 August 2018

Supported platforms: File:Platform macFile:Platform 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