libmya 0.1.0
Library to parse Mya language.
|
A struct representing a dynamic stack. More...
#include <stack.h>
Data Fields | |
ast_node_t * | values |
Array of values on the stack. | |
unsigned int | length |
Number of elements on the stack. | |
unsigned int | _size |
Current number of elements that fits on the stack. | |
A struct representing a dynamic stack.
Each value on the stack is a ast_node_t
struct.
unsigned int stack::_size |
ast_node_t* stack::values |