class Syntaks::State

Included Modules

Defined in:

syntaks/state.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : Syntaks::Source, at : Int32) #

[View source]

Instance Method Detail

def advance(n : Int) #

[View source]
def at : Int32 #

[View source]
def display #

[View source]
def inspect(io) #

[View source]
def location #

[View source]
def peek(length : Int) #

[View source]
def peek?(str : String) #

[View source]
def peek?(regex : Regex) #

[View source]
def source : Source #

[View source]
def to_s(io) #

[View source]