v6502
The MOS 6502 Virtual Machine and Toolchain Infrastructure
|
Macros | |
#define | as6502_tokenListFindTokenLiteral(token, literal) as6502_tokenListFindToken(token, literal, sizeof(literal) - 1) |
Searches through a linked list of tokens to find a token matching a given string literal. | |
Functions | |
as6502_token * | as6502_tokenListFindToken (as6502_token *token, const char *text, size_t len) |
Searches through a linked list of tokens to find a token matching a given string of a given length. | |