libmya 0.1.0
Library to parse Mya language.
Loading...
Searching...
No Matches
tkstack.h File Reference
#include "types/token.h"
Include dependency graph for tkstack.h:
This graph shows which files directly or indirectly include this file:

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.
 

Macro Definition Documentation

◆ TKSTACK_INITIAL_LENGTH

#define TKSTACK_INITIAL_LENGTH   20

Definition at line 5 of file tkstack.h.

◆ TKSTACK_LENGTH_INCREMENT

#define TKSTACK_LENGTH_INCREMENT   50

Definition at line 6 of file tkstack.h.

Typedef Documentation

◆ tkstack_t

typedef struct tkstack tkstack_t

A struct representing a dynamic stack of token_t pointers.