Updated the lexer to pick out some more language specific grammar.
This commit is contained in:
+3
-2
@@ -23,8 +23,9 @@ typedef enum {
|
||||
TK_Hex,
|
||||
TK_Opcode,
|
||||
TK_Register,
|
||||
TK_Label,
|
||||
TK_Directive
|
||||
TK_Directive,
|
||||
TK_Symbol,
|
||||
TK_Comma
|
||||
} TokenType;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user