|
>This is called left-recursion and is incompatible with lpeg in a >straight port of the grammar. See [1] for a solution.
>[1] http://lua-users.org/lists/lua-l/2010-12/msg00699.html
Thanks! I was trying to create an lpeg parser for lua from the EBNF myself (to teach myself lpeg and for kicks).