http://www.perlmonks.org?node_id=170098


in reply to Re: Eliminating Left Recursion in Parse::RecDescent
in thread Eliminating Left Recursion in Parse::RecDescent

Doh. Yes. I did too. And you guys are the first to spot the error as well.

In my defence, I got it right in one part, here

A : y R R : x R | e
But omitted the R element in the example.

I have updated the node. Thanks for your hawklike eyes.

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.