Is pyparsing really a recursive descent parser?
Steven D'Aprano
steve at REMOVE-THIS-cybersource.com.au
Wed Nov 7 17:16:37 EST 2007
On Wed, 07 Nov 2007 21:15:50 +0000, Just Another Victim of the Ambient
Morality wrote:
> Why can't I find a pyparsing-esque library with this implementation?
> I'm tempted to roll my own except that it's a fairly complicated
> algorithm and I don't really understand how it's any more efficient than
> the naive approach...
I think you may have just answered your own question :)
--
Steven.
More information about the Python-list
mailing list