In terms of considering parser improvements or reimplementation, the first
step is to come up with a formal grammar for the language.
Preferably a Context Free Grammar (CFG) expressed in BNF or EBNF.
Once we have that we have options
- any of several Perl implementations including Parse::Yapp / Parse::Eyapp
- using bison to generate a parser in C and then gluing that in with XS or
even Inline::C



Reply via email to