diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |