cfunction
(parser/status parser)
Gets the current status of the parser state machine. The status will
be one of:
* :pending - a value is being parsed.
* :error - a parsing error was encountered.
* :root - the parser can either read more values or safely terminate.