Re: Parse::RecDescent tutorial??
[email protected] (Ted Zlatanov)
| Newsgroups | perl.recdescent |
|---|---|
| Organization | Теодор Златанов @ Cienfuegos |
| Message-ID | <[email protected]> |
Ron Reidy <[email protected]> writes: > Is there a tutorial for this module? I wrote (a while ago) two articles that use Parse::RecDescent, and try to provide a gentle start to beginner/early intermediate Perl programmers. It might be too basic for your needs, but take a look: http://www-106.ibm.com/developerworks/linux/library/perl-speak.html?t=gr,p=PerlSpeak http://www-106.ibm.com/developerworks/linux/library/perl-parsing/index.html?t=gr,p=PerlParse Sorry about the ugly URLs, not my choice :) For the more advanced topics, the examples you'll see in the distribution and from searching mailing list archives and newsgroups are helpful. But P::RD definitely needs a library of grammar snippets. Last but not least, there's an official P::RD FAQ on CPAN. I saw version 1.4 announced on the newsgroups, and the latest version on CPAN (2.22) is from 2001-11-17, so it's actively updated. http://search.cpan.org/doc/TBONE/Parse-RecDescent-FAQ-2.22/FAQ.tt Thanks Ted