|
From: Dan S. <da...@ca...> - 2008-05-22 17:17:47
|
If you add logging to the first line of parse_internal to print out the string "in" (or equivalent in a debugger) we can see what it's failing on. It's probably just a case of adding an else if to the parser method, but it's hard to see what it's barfing on at the moment. Dan. |