pegkit
pegkit copied to clipboard
Don't set PKTokenizer.string = nil at the end of the parse.
The setter for that field will assert PKTokenizer.stream is nil, which of course is not true if you're parsing a stream rather than a string.