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

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
 

Macro Definition Documentation

◆ DECL_TAG

#define DECL_TAG (   id,
  init,
  str 
)    [id] = (str),

Function Documentation

◆ CT_CALLBACKS()

CT_CALLBACKS ( kCallbacks  ,
pl0   
)

Variable Documentation

◆ kPl0Module

CT_DRIVER_API const language_t kPl0Module

Definition at line 55 of file main.c.