Cthulhu
0.2.10
Cthulhu compiler collection
|
Go to the source code of this file.
Macros | |
#define | NEW_EVENT(id, ...) CT_LOCAL extern const diagnostic_t kEvent_##id; |
Functions | |
void | obr_create (language_runtime_t *runtime, tree_t *root) |
void | obr_forward_decls (language_runtime_t *runtime, compile_unit_t *unit) |
void | obr_process_imports (language_runtime_t *runtime, compile_unit_t *unit) |
#define NEW_EVENT | ( | id, | |
... | |||
) | CT_LOCAL extern const diagnostic_t kEvent_##id; |
void obr_create | ( | language_runtime_t * | runtime, |
tree_t * | root | ||
) |
void obr_forward_decls | ( | language_runtime_t * | runtime, |
compile_unit_t * | unit | ||
) |
void obr_process_imports | ( | language_runtime_t * | runtime, |
compile_unit_t * | unit | ||
) |