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


in reply to Re: Operator Associativity and Eliminating Left-Recursion in Parse::RecDescent
in thread Operator Associativity and Eliminating Left-Recursion in Parse::RecDescent

The following Tutorials might help you expand your knowledge of parsers:


Some Parse::RecDescent Tutorials
Random Tips on Parse::RecDescent

HOP has an entire chapter on Parsing, and I would also recommend Pro Perl Parsing.

HTH,

planetscape