Added string literals in tokeniser
Doesn't do much, invalid for most operations.
This commit is contained in:
@@ -24,6 +24,7 @@ typedef enum TokenType
|
||||
TOKEN_STAR,
|
||||
TOKEN_LITERAL_NUMBER,
|
||||
TOKEN_LITERAL_CHAR,
|
||||
TOKEN_LITERAL_STRING,
|
||||
TOKEN_NOOP,
|
||||
TOKEN_HALT,
|
||||
TOKEN_PUSH,
|
||||
|
||||
Reference in New Issue
Block a user