http://qs1969.pair.com?node_id=108182

Parse::RecDescent Tutorial is a little something I found this morning while groking Parse::RecDescent for use in a module I'm writing. Written by Jeffrey Goff back on 13 June '01, seems easier to digest in a first sitting than the wonderful if highly prolix Parse::RecDescent pod.

Using Parse::RecDescent by Craig Smith via "Der Zweiter Perl Workshop" is another good resource I just started reading.

Even Big Blue got into the act with Parsing with Perl modules by Teodor Zlatanov.

Replies are listed 'Best First'.
Re: Some Parse::RecDescent Tutorials
by planetscape (Chancellor) on Mar 28, 2006 at 05:33 UTC
Re: Some Parse::RecDescent Tutorials
by jmcnamara (Monsignor) on Aug 28, 2001 at 01:39 UTC
Re: Some Parse::RecDescent Tutorials
by arhuman (Vicar) on Aug 28, 2001 at 00:36 UTC
    So sad that none of the articles explain how to derive and invalid left-recursive grammar into an (efficient) valid one.

    I found it to be the main problem (for me) with Parse::RecDescent...


    "Only Bad Coders Code Badly In Perl" (OBC2BIP)
Re: Some Parse::RecDescent Tutorials
by santonegro (Scribe) on Mar 29, 2006 at 17:40 UTC
    Most of these resources are listed in Parse::RecDescent::FAQ, which seems to be overlooked by even the most copious resource list in this thread! Curious.