Code generation for procedure literals

This commit is contained in:
gingerBill
2016-08-11 21:53:44 +01:00
parent 4c467b118d
commit 19cc77dad3
11 changed files with 341 additions and 468 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ struct DeclInfo {
AstNode *type_expr;
AstNode *init_expr;
AstNode *proc_decl; // AstNode_ProcedureDeclaration
AstNode *proc_decl; // AstNode_ProcDecl
Map<b32> deps; // Key: Entity *
i32 mark;