#include <token.h>
Data Fields | |
char | name [32] |
An identifier's name, max 32 bytes. More... | |
long | type |
The type of data, identifier or literal. More... | |
long | size |
The size of a variably sized token. More... | |
_Token * | next |
A link to the next token on the line. More... |
Every source code element in InCode.
Definition at line 31 of file token.h.
|
An identifier's name, max 32 bytes.
|
|
A link to the next token on the line.
Definition at line 35 of file token.h. Referenced by tokenInit(). |
|
The size of a variably sized token.
|
|
The type of data, identifier or literal.
Definition at line 33 of file token.h. Referenced by tokenInit(). |