aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lex.c b/src/lex.c
index 55452cd..169a1c0 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -30,6 +30,7 @@ const char *tokens[] = {
[T_TRUE] = "true",
[T_UNION] = "union",
+ [T_BOOL] = "bool",
[T_FLOAT32] = "float32",
[T_FLOAT64] = "float64",
[T_INT8] = "int8",