aboutsummaryrefslogtreecommitdiffstats
path: root/src/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.h')
-rwxr-xr-xsrc/lexer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lexer.h b/src/lexer.h
index 4798a2b..f187526 100755
--- a/src/lexer.h
+++ b/src/lexer.h
@@ -21,6 +21,8 @@ typedef enum TokenType {
21 // Keywords. 21 // Keywords.
22 TOKEN_LAMBDA, 22 TOKEN_LAMBDA,
23 TOKEN_IF, 23 TOKEN_IF,
24 TOKEN_DEF,
25 TOKEN_SET,
24 26
25 // End of file. 27 // End of file.
26 TOKEN_EOF, 28 TOKEN_EOF,