combine v0.9.6 Combine.ParserState
Defines a struct representing the state of the parser.
The struct has following fields:
input
- the unparsed part of the inputcolumn
- column position of the next character (zero based)line
- current line positionresults
- list of outputs produced by so far, in the reverse orderstatus
-:ok
if the grammar rules are satisfied,:error
otherwiseerror
- an error message if a grammar rule wasn’t satisfied