>>>>> "Matt" == Matt Sergeant <[EMAIL PROTECTED]> writes:
>> If any (pre)parser at all, why not use perl, so we all understand. If it gets >> too complicated for straight perl, use Parse::RecDecsent Matt> Because parsing is easier in C ;-) And Parse::RecDescent doesn't generate a standalone engine... you have to install Parse::RecDescent even on the target machine. However, I believe Parse::Yacc or one of its kin does indeed generate pure Perl code that could be reused. Wait! Don't we already have a SQL::Statement or something? Why are we reinventing things? -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical writing, Comedy, etc. etc. See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
