aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/lexer.h')
-rwxr-xr-x[-rw-r--r--]src/bytecode/lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode/lexer.h b/src/bytecode/lexer.h
index a19ac11..47fd384 100644..100755
--- a/src/bytecode/lexer.h
+++ b/src/bytecode/lexer.h
@@ -28,7 +28,7 @@ typedef enum TokenType {
28 28
29 // Arithmetic. 29 // Arithmetic.
30 TOKEN_ADD, 30 TOKEN_ADD,
31 TOKEN_MIN, 31 TOKEN_SUB,
32 TOKEN_MUL, 32 TOKEN_MUL,
33 TOKEN_DIV, 33 TOKEN_DIV,
34 TOKEN_MOD, 34 TOKEN_MOD,