Internal
The internal state of the parser.
haveConsumed
Note: "consuming" characters simply mean incrementing row, col, and offset.
The internal state of the parser.
Remarks
haveConsumed
is true if the parser "consumed" any characters. This field exists to support backtracking.Note: "consuming" characters simply mean incrementing row, col, and offset.
See