David Landgren wrote:
Terrence Brannon wrote:
> I believe you can do everything that this module does using
> Parse::RecDescent.

Maybe so, but Parse::RecDescent is slow, and that in itself is reason
enough to avoid using it. You also have to write the grammar, which can
take a non-trivial amount of time to design and test.

It doesn't need to be slow, at least not after the first run, since you can have it compile the grammar into executable Perl.

(darren)


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to