Implemented lexer and parser for new memory management instructions
This commit is contained in:
@@ -26,6 +26,10 @@ typedef enum TokenType
|
||||
TOKEN_PUSH_REG,
|
||||
TOKEN_MOV,
|
||||
TOKEN_DUP,
|
||||
TOKEN_MALLOC,
|
||||
TOKEN_MSET,
|
||||
TOKEN_MGET,
|
||||
TOKEN_MDELETE,
|
||||
TOKEN_NOT,
|
||||
TOKEN_OR,
|
||||
TOKEN_AND,
|
||||
|
||||
Reference in New Issue
Block a user