Made separate tokens for JUMP_ABS and JUMP_STACK
Makes more sense, don't need to fiddle around with strings as much in the parser due to this!
This commit is contained in:
@@ -48,7 +48,8 @@ typedef enum TokenType
|
||||
TOKEN_SUB,
|
||||
TOKEN_MULT,
|
||||
TOKEN_PRINT,
|
||||
TOKEN_JUMP,
|
||||
TOKEN_JUMP_ABS,
|
||||
TOKEN_JUMP_STACK,
|
||||
TOKEN_JUMP_IF,
|
||||
TOKEN_SYMBOL,
|
||||
} token_type_t;
|
||||
|
||||
Reference in New Issue
Block a user