argument parsing
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
#include "token.h"
|
||||
#include "Token.h"
|
||||
|
||||
List_define(Token);
|
||||
|
||||
static cstr _TokenType_str[] = {
|
||||
"Unset",
|
||||
"SingleLineComment",
|
||||
"MultiLineComment",
|
||||
"Instruction",
|
||||
"Label",
|
||||
"DataDefinition",
|
||||
"Number",
|
||||
"Char",
|
||||
"String",
|
||||
"Instruction",
|
||||
"Register",
|
||||
"DataType",
|
||||
"DataPointer",
|
||||
"DataSize"
|
||||
"Name",
|
||||
"NamedDataPointer",
|
||||
"NamedDataSize"
|
||||
};
|
||||
|
||||
cstr TokenType_toString(TokenType t){
|
||||
|
||||
Reference in New Issue
Block a user