class

Icr::Executer

Inherits Reference / Object

Build crystal source code file based on commands in CommandStack, executes it as crystal program and returns result as an instance of ExecutionResult.

Constructors

new(command_stack : CommandStack, debug : Bool = false)
Source

Instance methods

cleanup!

Remove .crystal directory and internals created by +crystal+ command.

Source
debug
Source
debug=(debug : Bool)
Source
execute
Source