Pars3k::ParseContext
Inherits Struct / Value / Object
A struct containing information about the current Parser's context. Used to chain Parsers together and retain input position.
Constructors
new(parsing : String, position : Int32 = 0)
SourceInstance methods
debug(text : String)
Sourcenext(offset = 1)
Sourceparsing
Sourceposition
Sourceset_position(pos : Int32)
Source