Issue reported from forums here
I'm trying to use this parser, and I think I've come across a couple of bugs.
The first is that the parser chokes on horizontal tab (ASCII value 9). You have a case that supposedly treats "\t" as whitespace (two places in the code, lines 60 and 266), but it uses ASCII value 20 instead, which in the ASCII tables I see is "Device Control 4" (whatever that might be).
The line numbers are probably related to the forums release and not current master
Issue reported from forums here
The line numbers are probably related to the forums release and not current master