[Pyparsing] Debugging Pyparsing
Brought to you by:
ptmcg
From: Daniel E. <ere...@ca...> - 2009-10-28 21:08:11
|
When debugging pyparsing I love to use the setDebug function. Sometimes though this becomes tedious since I do not really know what path the parser took before blowing up. Is there any easy way to setDebug() on all parsing elements that I defined? Or just all named parsing elements? On an unrelated note, why are there no built-ins for matching integers/floats. This seems like a very common task that I keep reinventing. Daniel |