struct

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)
Source

Instance methods

debug(text : String)
Source
next(offset = 1)
Source
parsing
Source
position
Source
set_position(pos : Int32)
Source