Cthulhu  0.2.10
Cthulhu compiler collection
ast.h
Go to the documentation of this file.
1 // SPDX-License-Identifier: GPL-3.0-only
2 
3 #pragma once
4 
5 typedef struct c_ast_t c_ast_t;
6 
7 typedef enum c_kind_t
8 {
9 #define CC_TYPE(id, name) id,
10 #include "cc/cc.inc"
11 
12  eCCount
struct c_ast_t c_ast_t
Definition: ast.h:5
c_kind_t
Definition: ast.h:8
@ eCCount
Definition: ast.h:12