Slowly add more statements and expressions; Add header file

This commit is contained in:
gingerBill
2020-02-05 20:18:19 +00:00
parent 0103cedad7
commit b555b0083a
5 changed files with 1019 additions and 309 deletions

View File

@@ -301,7 +301,6 @@ struct Type {
i64 cached_size;
i64 cached_align;
u32 flags; // TypeFlag
LLVMTypeRef llvm_type;
bool failure;
};