aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/lexer.h')
-rwxr-xr-xsrc/bytecode/lexer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bytecode/lexer.h b/src/bytecode/lexer.h
index cee2915..7f9eb24 100755
--- a/src/bytecode/lexer.h
+++ b/src/bytecode/lexer.h
@@ -25,6 +25,9 @@ typedef enum TokenType {
25 TOKEN_DEF, 25 TOKEN_DEF,
26 TOKEN_FUN, 26 TOKEN_FUN,
27 TOKEN_LAMBDA, 27 TOKEN_LAMBDA,
28 TOKEN_DISPLAY,
29 TOKEN_PRINT,
30 TOKEN_NEWLINE,
28 31
29 // Arithmetic. 32 // Arithmetic.
30 TOKEN_ADD, 33 TOKEN_ADD,