Pars::ParseContext
Inherits Struct / Value / Object
A struct containing information about a parsing context. Used to chain Parsers together and retain input position.
Constructors
new(input : Slice(UInt8) | String, pos : Int32 = 0)
SourceInherits Struct / Value / Object
A struct containing information about a parsing context. Used to chain Parsers together and retain input position.