Lua Peg |
|
|
=== Reimplementations === |
|
=== Forks/Reimplementations === |
|
* [LPegK] - Yieldable LPeg. LuaList:2012-02/msg00018.html |
|
[1] Ierusalimschy, R. (2009), "A text pattern-matching tool based on parsing expression grammars", Software: Practice & Experience 39 #3: 221–258. [2] Medeiros, S.; Ierusalimschy, R. (2008), "A parsing machine for PEGs", Proc. of the 2008 symposium on Dynamic languages, art. #2. |
|
* [1] Ierusalimschy, R. (2009), "A text pattern-matching tool based on parsing expression grammars", Software: Practice & Experience 39 #3: 221–258. * [2] Medeiros, S.; Ierusalimschy, R. (2008), "A parsing machine for PEGs", Proc. of the 2008 symposium on Dynamic languages, art. #2. |
Web site: http://www.inf.puc-rio.br/~roberto/lpeg/
A nice introduction to PEGs in Lua, [Around PEGs], was written by GavinWraith.
cl /c /nologo /DWIN32 /DWIN32_LEAN_AND_MEAN lpeg.c link /dll /out:lpeg.dll lpeg.obj /nodefaultlib:libc /export:luaopen_lpeg msvcrt.lib lua5.1.lib