Difference between revisions of "Lpeg"

From GiderosMobile
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Supported platforms</translate>:''' [[File:Platform mac]][[File:Platform pc]]<br/>
+
<!-- GIDEROSOBJ:lpeg -->
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
+
'''Supported platforms:''' [[File:Platform mac.png]][[File:Platform pc.png]]<br/>
=== <translate>Description</translate> ===
+
'''Available since:''' Gideros 2012.8<br/>
<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>
+
=== 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/'''
 +
 
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== <translate>Methods</translate> ===
+
=== Methods ===
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== <translate>Events</translate> ===
+
=== Events ===
=== <translate>Constants</translate> ===
+
=== Constants ===
 
|}
 
|}
 +
 +
{{GIDEROS IMPORTANT LINKS}}

Latest revision as of 00:48, 2 March 2023

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