in reply to Eliminating Left Recursion in Parse::RecDescent

Hello

Just wanted to point out (for readers interested in this topic) that a eliminating left recursion is discussed thoroughly in the dragon book Compilers--Principles, Techniques and Tools. Refer to algorithm 4.1.

Aziz,,,

  • Comment on Re: Eliminating Left Recursion in Parse::RecDescent