#include <token.h>
Public Attributes | |
Token * | next |
char | name [32] |
long | type |
long | value |
double | fvalue |
long | size |
|
The value of a floating point literal |
|
An identifier's name, max 32 bytes |
|
A link to the next token on the line |
|
The size of a variably sized token |
|
The type of data, identifier or literal |
|
The value of a numeric literial |