Add tag to ast.Comp_Lit

This commit is contained in:
gingerBill
2022-02-06 11:59:12 +00:00
parent 0c16f27814
commit cda9fd5271

View File

@@ -151,6 +151,7 @@ Comp_Lit :: struct {
open: tokenizer.Pos,
elems: []^Expr,
close: tokenizer.Pos,
tag: ^Expr,
}