class Runtime(State, Cmd, Err)
- Runtime(State, Cmd, Err)
- Reference
- Object
Defined in:
lib/runtime.crConstructors
Instance Method Summary
Constructor Detail
def self.new(state : State, parser : String -> Cmd | Err, interpreter : State, Cmd -> Tuple(State, String))
#