abstract class Syntaks::Parser

Included Modules

Defined in:

syntaks/parser.cr

Instance Method Summary

Instance Method Detail

def call(input : String, ctx : Context = EmptyContext.new) #

[View source]
def call(source : Source, ctx : Context = EmptyContext.new) #

[View source]
def call(state : State, ctx : Context = EmptyContext.new) #

[View source]
def call!(input : String) #

[View source]
def call!(src : Source) #

[View source]
def inspect(io) #

[View source]
def profile(input : String | Source) #

[View source]
abstract def root : Component #

[View source]