#include "oberon/driver.h"
#include "oberon/sema/sema.h"
#include "cthulhu/broker/broker.h"
#include "driver/driver.h"
#include "interop/compile.h"
#include "std/vector.h"
#include "base/util.h"
#include "core/macros.h"
#include "obr_bison.h"
#include "obr_flex.h"
#include "oberon/oberon.inc"
Go to the source code of this file.
◆ DECL_TAG
#define DECL_TAG |
( |
|
id, |
|
|
|
val, |
|
|
|
name |
|
) |
| [id] = (name), |
◆ NEW_EVENT [1/2]
#define NEW_EVENT |
( |
|
id, |
|
|
|
... |
|
) |
| const diagnostic_t kEvent_##id = __VA_ARGS__; |
◆ NEW_EVENT [2/2]
#define NEW_EVENT |
( |
|
id, |
|
|
|
... |
|
) |
| &kEvent_##id, |
◆ CT_CALLBACKS()
CT_CALLBACKS |
( |
kCallbacks |
, |
|
|
obr |
|
|
) |
| |
◆ kOberonModule