summaryrefslogtreecommitdiffhomepage
path: root/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexer.h')
-rw-r--r--lexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lexer.h b/lexer.h
index e31f78a..96cdff8 100644
--- a/lexer.h
+++ b/lexer.h
@@ -104,6 +104,7 @@ typedef enum {
TK_NULL,
TK_THIS,
TK_DELETE,
+ TK_CONST,
TK_EOF,
TK_ERROR