Next | Higher-Order Parsing | 25 |
So far we've done a bunch of work to build a parser system
It has some modular, interchangeable parts
We can use these to manufacture all kinds of parsers
But it's only gotten us to the same place that use Parse::RecDescent does
Is there any other benefit?
Yes.
Parse::RecDescent is what it is, and goes only as far as it goes
Our system is only getting started
Next | Copyright © 2007 M. J. Dominus |