libmya 0.1.0
Library to parse Mya language.
Loading...
Searching...
No Matches
ast_node Struct Reference

#include <ast.h>

Collaboration diagram for ast_node:

Data Fields

struct ast_nodeparent
 
node_type_t type
 
token_ttoken
 
struct ast_nodechildren
 
unsigned int children_count
 
unsigned int _children_length
 

Detailed Description

Definition at line 22 of file ast.h.

Field Documentation

◆ _children_length

unsigned int ast_node::_children_length

Definition at line 29 of file ast.h.

◆ children

struct ast_node* ast_node::children

Definition at line 27 of file ast.h.

◆ children_count

unsigned int ast_node::children_count

Definition at line 28 of file ast.h.

◆ parent

struct ast_node* ast_node::parent

Definition at line 24 of file ast.h.

◆ token

token_t* ast_node::token

Definition at line 26 of file ast.h.

◆ type

node_type_t ast_node::type

Definition at line 25 of file ast.h.


The documentation for this struct was generated from the following file: