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 78cf4c6..9ae6fcf 100644 --- a/asm/lexer.h +++ b/asm/lexer.h @@ -36,6 +36,7 @@ typedef enum TokenType TOKEN_GT, TOKEN_GTE, TOKEN_PLUS, + TOKEN_MULT, TOKEN_PRINT, TOKEN_JUMP, TOKEN_JUMP_IF, |