Re: [Pyparsing] parsing with operatorPrecedence takes too much time
Brought to you by:
ptmcg
From: Ralf S. <sc...@gm...> - 2008-04-04 15:32:40
|
On Fri, Apr 4, 2008 at 5:16 PM, Paul McGuire <pt...@au...> wrote: > > I've poked a bit at your example, and I don't see any other low-hanging > fruit to crank more speed out of this parser. What you might do is try > converting by hand to an explicit infix notation parser, using the style > in > fourFn.py that comes with pyparsing. Other than that, I would say this > may > be as much a pyparsing performance issue as it is operatorPrecedence. > thanks for having a look at it. I will be implementing this parser without pyparsing then. -ralf |