|
LPeg is a Lua implementation of Parsing Expresson Grammars, which are
*NOT* (I repeat, *NOT*) the same as LR() or LL() parsers. There's a bit
more information about this on the Wikipedia:
http://en.wikipedia.org/wiki/Parsing_expression_grammar#Indirect_left_recursion
-spc