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.crEnum Members
-
FailedToWrite =
4
-
FailedToCreateStructure =
8
-
InputInvalid =
22
-
FailedToCopyInclude =
50
-
NoConfig =
100
-
InvalidConfig =
296
-
NoRootDir =
598
-
CodeGenFailed =
1298
Instance Method Summary
- #code_gen_failed?
- #failed_to_copy_include?
- #failed_to_create_structure?
- #failed_to_write?
- #input_invalid?
- #invalid_config?
- #no_config?
- #no_root_dir?