aboutsummaryrefslogtreecommitdiffstats
path: root/src/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lexer.h')
-rw-r--r--src/lexer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lexer.h b/src/lexer.h
index a214096..fa43ebb 100644
--- a/src/lexer.h
+++ b/src/lexer.h
@@ -37,6 +37,11 @@ typedef enum TokenType {
37 TOKEN_DIV, 37 TOKEN_DIV,
38 TOKEN_MOD, 38 TOKEN_MOD,
39 39
40 // Boolean operations.
41 TOKEN_NOT,
42 TOKEN_AND,
43 TOKEN_OR,
44
40 // Special operators. 45 // Special operators.
41 TOKEN_COLON, 46 TOKEN_COLON,
42 TOKEN_DOT, 47 TOKEN_DOT,