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
- Re: The future of Graph::Easy Shlomi Fish
- Re: The future of Graph::Easy Ron Savage
- Re: The future of Graph::Easy Ron Savage
- Re: The future of Graph::Easy Shlomi Fish
- Re: The future of Graph::Easy Ron Savage
- Re: The future of Graph::Easy dhudes
- Re: The future of Graph::Easy Ron Savage
- Re: The future of Graph::Easy Tels
- Re: The future of Graph::Easy Ron Savage