Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "oberon/driver.h"
#include "oberon/ast.h"
#include "oberon/sema/decl.h"
#include "cthulhu/broker/broker.h"
#include "cthulhu/events/events.h"
#include "cthulhu/tree/query.h"
#include "std/vector.h"
#include "base/panic.h"
#include "base/util.h"
#include "core/macros.h"
Go to the source code of this file.
Functions | |
void | obr_forward_decls (language_runtime_t *runtime, compile_unit_t *unit) |
void | obr_process_imports (language_runtime_t *runtime, compile_unit_t *unit) |
void obr_forward_decls | ( | language_runtime_t * | runtime, |
compile_unit_t * | unit | ||
) |
void obr_process_imports | ( | language_runtime_t * | runtime, |
compile_unit_t * | unit | ||
) |