diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/ast.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/ast.odin b/src/common/ast.odin index 92a5769..8a68783 100644 --- a/src/common/ast.odin +++ b/src/common/ast.odin @@ -10,6 +10,7 @@ keyword_map: map[string]bool = { "int" = true, "uint" = true, "string" = true, + "cstring" = true, "u64" = true, "f32" = true, "f64" = true, |