MimIR 0.1
MimIR is my Intermediate Representation
|
Go to the source code of this file.
Classes | |
struct | mim::Flags |
Compiler switches that must be saved and looked up in later phases of compilation. More... | |
Namespaces | |
namespace | mim |
struct mim::Flags |
Compiler switches that must be saved and looked up in later phases of compilation.
Class Members | ||
---|---|---|
bool | aggressive_lam_spec = false | |
bool | ascii = false | |
bool | bootstrap = false | |
bool | break_on_alpha = false | |
bool | break_on_error = false | |
bool | break_on_warn = false | |
bool | disable_type_checking = false | |
uint32_t | dump_gid = 0 | |
bool | dump_recursive = false | |
bool | reeval_breakpoints = false | |
uint64_t | scalarize_threshold = 32 | |
bool | trace_gids = false |