Fixing bugs, prepending all names with context name

This commit is contained in:
Krzosa Karol
2022-06-13 18:07:17 +02:00
parent f9487a2c24
commit 955167ce18
8 changed files with 68 additions and 37 deletions

View File

@@ -107,10 +107,6 @@ struct Ast_Unary: Ast_Expr{
U64 padding[2]; // For folding constants into atoms
};
struct Ast_Load: Ast{
String string;
};
struct Ast_Index: Ast_Expr{
Ast_Expr *expr;
Ast_Expr *index;