Re: [Pyparsing] (no subject)
Brought to you by:
ptmcg
From: W. M. B. <de...@de...> - 2008-04-04 08:37:39
|
On Thu, Apr 03, 2008 at 08:41:03PM -0700, Gre7g Luterman wrote: > The solution may not be ideal (since it requires that > everything be parsed and instantiated), but it works > and requires no hacking pyparsing.py. I am using this > currently in my code. I will try this. The main problem is, that my grammar is HUGE (> 600 productions), so it is a lot of work. Also, I already suffer both performance and memory problems with large input files, so I'm curious about the consequences of this change :~) Many thanks! |