diff options
| -rw-r--r-- | src/common/ast.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/ast.odin b/src/common/ast.odin index 221432b..1036b04 100644 --- a/src/common/ast.odin +++ b/src/common/ast.odin @@ -26,6 +26,8 @@ keyword_map: map[string]bool = { "any" = true, "u32" = true, "u128" = true, + "b8" = true, + "b16" = true, "b32" = true, "b64" = true, "true" = true, |