enum Exit

Overview

in order of abstraction:

top is for entry points, like the crystal parser. bottom is low level things like codegen, things that are at the bottom of the dependency chain.

Defined in:

shared.cr

Enum Members

FailedToWrite = 4
FailedToCreateStructure = 8
InputInvalid = 22
FailedToCopyInclude = 50
NoConfig = 100
InvalidConfig = 296
NoRootDir = 598
CodeGenFailed = 1298

Instance Method Summary

Instance Method Detail

def code_gen_failed? #

[View source]
def failed_to_copy_include? #

[View source]
def failed_to_create_structure? #

[View source]
def failed_to_write? #

[View source]
def input_invalid? #

[View source]
def invalid_config? #

[View source]
def no_config? #

[View source]
def no_root_dir? #

[View source]