class Runtime(State, Cmd, Err)

Defined in:

lib/runtime.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(state : State, parser : String -> Cmd | Err, interpreter : State, Cmd -> Tuple(State, String)) #

[View source]

Instance Method Detail

def run(input : String) #

[View source]