![]() |
v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
An individual token which will often be a part of a linked list of tokens. More...
#include <token.h>
Data Fields | |
| char * | text |
| The raw text of a token. | |
| size_t | loc |
| The token's column location in the line. | |
| size_t | len |
| The token's character length. | |
| struct _as6502_token * | next |
| The next token in the linked list. | |
| as6502_token_type | type |
| Significant type information to help identify this token during parsing. | |
An individual token which will often be a part of a linked list of tokens.
1.8.13