LL1Checker 5.0
“Tool for verifying LL(1) grammars and validating input strings.”
Loading...
Searching...
No Matches
Lex::Token Struct Reference

Represents a single token produced by the lexer. More...

#include <lexer.hpp>

Public Attributes

symbol_table::TokenID type
 Token ID.
size_t pos
 Byte-offset in the input where this token starts.

Detailed Description

Represents a single token produced by the lexer.


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