Anonymous procedure literal support

This commit is contained in:
gingerBill
2020-02-08 12:49:38 +00:00
parent 66da96284a
commit 35711a400c
5 changed files with 268 additions and 36 deletions
+1
View File
@@ -248,6 +248,7 @@ enum StmtAllowFlag {
ProcInlining inlining; \
Token where_token; \
Array<Ast *> where_clauses; \
DeclInfo *decl; \
}) \
AST_KIND(CompoundLit, "compound literal", struct { \
Ast *type; \