Made some chanegs to the tokenizer to understand hexadecimal formatted numbers, along with some more language grammar primitives.
This commit is contained in:
@@ -20,6 +20,7 @@ typedef enum {
|
||||
TK_Colon,
|
||||
TK_Text,
|
||||
TK_Number,
|
||||
TK_Hex,
|
||||
TK_Invalid
|
||||
} TokenType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user