[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LPEG and left recurssion
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 9 Jul 2008 13:00:20 -0300
> Is there an easy, automated way to avoid left recursion. [?]
Currently no, but we are working on it.
> I noticed this paper which describes how to avoid left-recursion in
> packrat parsers. http://www.vpri.org/pdf/packrat_TR-2007-002.pdf Could
> this be done with LPEG?
I will read it. Many thanks for the link.
-- Roberto