by::leafTokenDispatcher Class Reference

Token dispatcher for managing token queue during parsing. More...

#include <leafTokenDispatcher.hpp>

Public Member Functions

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

Detailed Description

Token dispatcher for managing token queue during parsing.

Manages a queue of tokens for lookahead and token buffering during the parsing process. Supports adding tokens to front and back.


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