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
+3
View File
@@ -2,6 +2,7 @@ struct Scope;
struct Checker;
struct Type;
struct DeclInfo;
struct lbModule;
#define ENTITY_KINDS \
@@ -104,6 +105,8 @@ struct Entity {
Entity * using_parent;
Ast * using_expr;
lbModule * code_gen_module;
isize order_in_src;
String deprecated_message;