Cthulhu  0.2.10
Cthulhu compiler collection
driver.c File Reference
#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"
Include dependency graph for driver.c:

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)
 

Function Documentation

◆ obr_forward_decls()

void obr_forward_decls ( language_runtime_t runtime,
compile_unit_t unit 
)

Definition at line 20 of file driver.c.

◆ obr_process_imports()

void obr_process_imports ( language_runtime_t runtime,
compile_unit_t unit 
)

Definition at line 80 of file driver.c.