YAR.RESP.Parser

Summary

append_parse(s, new_string)
complete?(s)
new(string, num_elements)
results(state)

Types

parser_state :: %YAR.RESP.Parser.State{complete: term, num_elements: term, result: term, string: term}

parse_result :: {:raw_string, String.t} | {:error, String.t} | {:integer, integer} | {:string, String.t} | {:array, [parse_result]}

Functions

append_parse(s, new_string)

Specs:

complete?(s)

Specs:

new(string, num_elements)

Specs:

results(state)

Specs: