class Icr::Executer

Overview

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

Defined in:

icr/executer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(command_stack : CommandStack, debug : Bool = false) #

[View source]

Instance Method Detail

def cleanup! #

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


[View source]
def debug : Bool #

[View source]
def debug=(debug : Bool) #

[View source]
def execute #

[View source]
def print_source_file #

[View source]