|
spudplate
Template scaffolding compiler for spudlang .spud files
|
A single lexical token with source location. More...
#include <token.h>
Public Member Functions | |
| Token () | |
| Default-construct an EOF token at position 0:0. | |
| Token (TokenType type, std::string value, int line, int column) | |
| Construct a token with explicit type, lexeme, and source position. | |
A single lexical token with source location.