Hacker News new | ask | show | jobs
by MichaelMoser123 3879 days ago
I didn't say that left recursion has anything to do with shift reduce conflicts. Please read again.
1 comments

I see, yes, you mentioned loops earlier. Anyway, it is not a problem for combinator-based parsing, just use Packrat with a left-recursive extension [1]

[1] http://www.vpri.org/pdf/tr2007002_packrat.pdf