Cthulhu
0.2.10
Cthulhu compiler collection
|
#include "pl0/sema.h"
#include "pl0/ast.h"
#include "interop/compile.h"
#include "driver/driver.h"
#include "std/str.h"
#include "std/vector.h"
#include "pl0_bison.h"
#include "pl0_flex.h"
#include "pl0/pl0.inc"
Go to the source code of this file.
Macros | |
#define | DECL_TAG(id, init, str) [id] = (str), |
Functions | |
CT_CALLBACKS (kCallbacks, pl0) | |
Variables | |
CT_DRIVER_API const language_t | kPl0Module |
#define DECL_TAG | ( | id, | |
init, | |||
str | |||
) | [id] = (str), |
CT_CALLBACKS | ( | kCallbacks | , |
pl0 | |||
) |
CT_DRIVER_API const language_t kPl0Module |