libmya 0.1.0
Library to parse Mya language.
|
#include <ast.h>
Data Fields | |
struct ast_node * | parent |
node_type_t | type |
token_t * | token |
struct ast_node * | children |
unsigned int | children_count |
unsigned int | _children_length |
node_type_t ast_node::type |