Lexical Analyzer v0.1.0
 
Loading...
Searching...
No Matches
tokset_t Struct Reference

Container for multiple tokens. More...

#include <lexer.h>

Public Attributes

tok_t ** toks
 
size_t toksz
 

Detailed Description

Container for multiple tokens.

Stores an array of tokens along with metadata about the collection. Used for holding all tokens from a file or code block.

Member Data Documentation

◆ toks

tok_t** tokset_t::toks

Dynamic array of token pointers

◆ toksz

size_t tokset_t::toksz

Count of tokens in the array


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