6 #include "symbol_table.h"
15 struct AstNode
* children
[3];
19 struct AstNode
*ast_node_new(const char* name
, int kind
, int type
,
20 int linenum
, Symbol
*symbol
);
21 void ast_node_destroy(struct AstNode
*node
);
22 void ast_node_print(struct AstNode
*node
);
23 //void ast_node_print_graph(struct AstNode *node);