Cthulhu
0.2.10
Cthulhu compiler collection
|
Go to the source code of this file.
Macros | |
#define | DECL_TAG(ID, INIT, STR) ID INIT, |
Enumerations | |
enum | pl0_tag_t { ePl0TagTotal } |
Functions | |
void | pl0_init (language_runtime_t *runtime, tree_t *root) |
void | pl0_forward_decls (language_runtime_t *runtime, compile_unit_t *context) |
void | pl0_process_imports (language_runtime_t *runtime, compile_unit_t *context) |
void | pl0_compile_module (language_runtime_t *runtime, compile_unit_t *context) |
void pl0_compile_module | ( | language_runtime_t * | runtime, |
compile_unit_t * | context | ||
) |
void pl0_forward_decls | ( | language_runtime_t * | runtime, |
compile_unit_t * | context | ||
) |
void pl0_init | ( | language_runtime_t * | runtime, |
tree_t * | root | ||
) |
void pl0_process_imports | ( | language_runtime_t * | runtime, |
compile_unit_t * | context | ||
) |