by::tokenDispatcher Class Reference

Token queue management for parser. More...

#include <tokenDispatcher.hpp>

Public Member Functions

void add (nint newToken)
 
void addFront (nint newToken)
 
nbool pop (nint &output)
 
ncnt len () const
 
void rel ()
 

Detailed Description

Token queue management for parser.

Manages a queue of tokens for lookahead and token reordering during parsing. Provides FIFO token dispatch with front insertion capability.


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