class Steamcr::SteamLanguage::Tokenizer::Stream

Defined in:

steamcr/steam_language/tokenizer/stream.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def commit #

[View source]
def consume #

[View source]
def current : String | Nil #

[View source]
def eof? #

[View source]
def index : Int32 #

[View source]
def peek #

[View source]
def rollback #

[View source]
def snapshot #

[View source]

[View source]