libmya 0.1.0
Library to parse Mya language.
Loading...
Searching...
No Matches
tkstack Struct Reference

A struct representing a dynamic stack of token_t pointers. More...

#include <tkstack.h>

Collaboration diagram for tkstack:

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.
 

Detailed Description

A struct representing a dynamic stack of token_t pointers.

Definition at line 11 of file tkstack.h.

Field Documentation

◆ _size

unsigned int tkstack::_size

Current number of elements that fits on the stack.

Definition at line 15 of file tkstack.h.

◆ length

unsigned int tkstack::length

Number of elements on the stack.

Definition at line 14 of file tkstack.h.

◆ values

token_t** tkstack::values

Array of values on the stack.

Definition at line 13 of file tkstack.h.


The documentation for this struct was generated from the following file: