|
libmya 0.1.0
Library to parse Mya language.
|
#include "types/token.h"

Go to the source code of this file.
Data Structures | |
| struct | tkstack |
A struct representing a dynamic stack of token_t pointers. More... | |
Macros | |
| #define | TKSTACK_INITIAL_LENGTH 20 |
| #define | TKSTACK_LENGTH_INCREMENT 50 |
Typedefs | |
| typedef struct tkstack | tkstack_t |
A struct representing a dynamic stack of token_t pointers. | |