diff options
Diffstat (limited to 'asm/lexer.h')
-rw-r--r-- | asm/lexer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/lexer.h b/asm/lexer.h index c7d1f3d..000e33a 100644 --- a/asm/lexer.h +++ b/asm/lexer.h @@ -30,6 +30,7 @@ typedef enum TokenType TOKEN_MSET, TOKEN_MGET, TOKEN_MDELETE, + TOKEN_MSIZE, TOKEN_NOT, TOKEN_OR, TOKEN_AND, |