in reply to Parse::RecDescent tutorial

Recently Regexp::Grammars hit CPAN. It seems to be Parse::RecDescent rolled into Perl regular expressions.

It's not clear what support there is for it (in the docs). There's no mailing list, etc.

But my guess is that Regexp::Grammars is going to phase out Parse::RecDescent.

  • Comment on Parse::RecDescent is superceded by Regexp::Grammars?