[Pyparsing] RuntimeError: maximum recursion depth exceeded
Brought to you by:
ptmcg
From: elekis <el...@gm...> - 2010-03-27 17:30:36
|
hi, I have a error that I can't find the solution. I have the following recursive rule decimal_digits = Forward() decimal_digits << (nums | (decimal_digits + nums)) p = decimal_digits.parseString("876875.878") but I have a runtimeerro maximum recursion depth exceeded. dunno why . any idea ? thanks a++ -- http://twoji.deviantart.com/ http://www.flickr.com/elekis |