Module changes, found Type_Incomplete error

This commit is contained in:
Krzosa Karol
2022-10-14 17:20:46 +02:00
parent a60df75cc3
commit e07ad3c86d
7 changed files with 59 additions and 15 deletions

View File

@@ -79,6 +79,8 @@ get_ctype_name_for_type(Ast_Type *type){
case TYPE_U64: return "uint64_t";
case TYPE_TUPLE: return "Tuple";
case TYPE_TYPE: return "int64_t";
case TYPE_INCOMPLETE: return "(Internal compiler error: [Type_Incomplete])";
invalid_default_case;
}
return "<unknown_type>";