summaryrefslogtreecommitdiffhomepage
path: root/lexer.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-09-22 14:14:21 +0200
committerJo-Philipp Wich <jo@mein.io>2020-09-22 14:14:21 +0200
commitd36709f63e4bae54d5c9c3defd35eb3e23e64260 (patch)
treef567a64081e7650b9f85f290cda41592e6a9a929 /lexer.h
parentfa947fd0d8ca3888c18f6106570f9831f72ae128 (diff)
syntax: introduce case statement support
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'lexer.h')
-rw-r--r--lexer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lexer.h b/lexer.h
index 06a0ceb..dd31600 100644
--- a/lexer.h
+++ b/lexer.h
@@ -19,7 +19,7 @@
#include "ast.h"
-#define __T_MAX 75
+#define __T_MAX 78
#define T_EXCEPTION (__T_MAX + 0)
#define T_CFUNC (__T_MAX + 1)
#define T_RESSOURCE (__T_MAX + 2)