aboutsummaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2021-04-28 14:08:49 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2021-04-28 14:08:49 +0200
commitbd4e3b3990593d10def18984101ae68f275eefea (patch)
tree75616fc8573854b4f0c518869f03bb7f7c97f001 /src/common
parentab77d1bf51541b745388fce1df64f62fea664906 (diff)
started on untyped proc overloading handling
Diffstat (limited to 'src/common')
-rw-r--r--src/common/ast.odin1
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,