token_t ** data
Pointer to queue data with allocated space to fit _size items.
int _current
The index for the current item.
unsigned int length
The current number of items on the queue.
unsigned int _size
Current number of elements that fits on the queue.
struct tkqueue tkqueue_t
Queue of tokens.
struct token token_t
Struct for a Mya token.