|
LL1Checker 5.0
“Tool for verifying LL(1) grammars and validating input strings.”
|
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. | |
Represents a single token produced by the lexer.