Cthulhu  0.2.10
Cthulhu compiler collection
ast.h File Reference
#include "cc/cc.inc"
Include dependency graph for ast.h:

Go to the source code of this file.

Macros

#define CC_TYPE(id, name)   id,
 

Typedefs

typedef struct c_ast_t c_ast_t
 

Enumerations

enum  c_kind_t { eCCount }
 

Macro Definition Documentation

◆ CC_TYPE

#define CC_TYPE (   id,
  name 
)    id,

Definition at line 9 of file ast.h.

Typedef Documentation

◆ c_ast_t

typedef struct c_ast_t c_ast_t

Definition at line 1 of file ast.h.

Enumeration Type Documentation

◆ c_kind_t

enum c_kind_t
Enumerator
eCCount 

Definition at line 7 of file ast.h.