JanetDocsPlaygroundI'm feeling luckyGitHub sign in

parser/status



    cfunction
    src/core/parse.c on line 1011, column 1

    (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.


0 examplesSign in to add an example
Loading...