Pars::ParseResult(T)
Inherits Struct / Value / Object
ParseResult(T) is a result of a parsed Parser with return type T.
Constructors
Class methods
Instance methods
context
Sourceerror!
Directly access the ParseError.
Note: this unsafe and should only be used if #errored == true.
errored
Sourcevalue!
Directly access to parsed value.
Note: this is unsafe and should only be used if #errored == false.