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 () |
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.