![]() |
Purple
0.1
Standard Language Specification
|
Structure containing information about individual scannable tokens. More...
#include <scan.h>

Public Attributes | |
| TokenType | token_type |
| position | pos |
| union { | |
| Number number_value | |
| char symbol_name [MAX_IDENTIFIER_LENGTH] | |
| } | value |
Structure containing information about individual scannable tokens.
| char Token::symbol_name[MAX_IDENTIFIER_LENGTH] |
Name of identifier Token
| union { ... } Token::value |
Value of Token