aboutsummaryrefslogtreecommitdiff
path: root/include/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lex.h')
-rw-r--r--include/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lex.h b/include/lex.h
index 2c32e5c..c42dc4b 100644
--- a/include/lex.h
+++ b/include/lex.h
@@ -30,6 +30,7 @@ enum lexical_token {
T_LAST_KEYWORD,
// Builtin types
+ T_BOOL,
T_FLOAT32,
T_FLOAT64,
T_INT8,