struct Pars3k::ParseContext
- Pars3k::ParseContext
- Struct
- Value
- Object
Overview
A struct containing information about the current Parser's context. Used to chain Parsers together and retain input position.
Defined in:
pars3k.crConstructors
Instance Method Summary
- #debug(text : String)
- #next(offset = 1)
- #parsing : String
- #position : Int32
- #set_position(pos : Int32)