v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
Data Fields
as6502_token Struct Reference

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.
 

Detailed Description

An individual token which will often be a part of a linked list of tokens.


The documentation for this struct was generated from the following file: