ParseResult

Result of a parsing step. use fResults to get to the results. use fRest to get to the not consumed part of the input.

Members

Properties

message
string message [@property getter]

errormessage

rest
T[] rest [@property getter]

unconsumed input

results
Variant[] results [@property getter]

the results

success
bool success [@property getter]

true if parsing was successfull

Meta