|
libmya 0.1.0
Library to parse Mya language.
|
A struct representing a dynamic stack of token_t pointers.
More...
#include <tkstack.h>

Data Fields | |
| token_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. | |
| unsigned int tkstack::_size |
| unsigned int tkstack::length |