Closed thecoolwinter closed 2 months ago
Adds a reset method to the Parser class, using the ts_parser_reset function. This is needed when using parser timeouts to make sure the parser starts from the beginning if an operation is abandoned.
reset
Parser
ts_parser_reset
Ah thank you!
Adds a
reset
method to theParser
class, using thets_parser_reset
function. This is needed when using parser timeouts to make sure the parser starts from the beginning if an operation is abandoned.