class

Lingo::Context

Inherits Reference < Object

Constructors

new(remainder : String = "", root : Nil | Lingo::Node = nil.as(Lingo::Node | ::Nil), column : Int32 = 1, line : Int32 = 1)
Source

Instance methods

column
Source
column=(column : Int32)
Source
consume(matched_string)
Source
current_node
Source
current_node=(current_node)
Source
fork(root = nil)
Source
join(other_context)
Source
line
Source
line=(line : Int32)
Source
push_node(parsed_node)
Source
remainder
Source
remainder=(remainder : String)
Source
root
Source
root=(root : Nil | Lingo::Node)
Source