libmya 0.1.0
Library to parse Mya language.
|
#include "ast.h"
Go to the source code of this file.
Data Structures | |
struct | stack |
A struct representing a dynamic stack. More... | |
Macros | |
#define | STACK_INITIAL_LENGTH 20 |
#define | STACK_LENGTH_INCREMENT 50 |
Typedefs | |
typedef struct stack | stack_t |
A struct representing a dynamic stack. | |
A struct representing a dynamic stack.
Each value on the stack is a ast_node_t
struct.