in reply to Which module for Parsing?

Perl6::Rules implements Perl6 patterns in Perl5. With Perl6, when you think "parser", think "Rules" instead...

For an intro to Rules, see: Perl6 rules.

The perlcabal has an even better intro: S05.

Replies are listed 'Best First'.
Re^2: Which module for Parsing?
by John M. Dlugosz (Monsignor) on Apr 14, 2011 at 14:45 UTC
    "...via a source filter. (And hence suffers from all the usual limitations of a source filter, including the ability to translate complex code spectacularly wrongly)."

    I said in my post that I knew about that and didn't want to use it. Yes, I know where to find information on the Perl6 documentation (I even have a commit bit).