aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/lexer.h')
-rwxr-xr-xsrc/bytecode/lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode/lexer.h b/src/bytecode/lexer.h
index 7f9eb24..3cadf30 100755
--- a/src/bytecode/lexer.h
+++ b/src/bytecode/lexer.h
@@ -23,6 +23,7 @@ typedef enum TokenType {
23 TOKEN_IF, 23 TOKEN_IF,
24 TOKEN_ELSE, 24 TOKEN_ELSE,
25 TOKEN_DEF, 25 TOKEN_DEF,
26 TOKEN_SET,
26 TOKEN_FUN, 27 TOKEN_FUN,
27 TOKEN_LAMBDA, 28 TOKEN_LAMBDA,
28 TOKEN_DISPLAY, 29 TOKEN_DISPLAY,