diff options
Diffstat (limited to 'src/common')
| -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 21d6665..3f857cf 100644 --- a/src/common/ast.odin +++ b/src/common/ast.odin @@ -17,6 +17,8 @@ keyword_map: map[string]bool = { "f64" = true, "i64" = true, "i32" = true, + "i16" = true, + "u16" = true, "bool" = true, "rawptr" = true, "any" = true, |