2
0
Эх сурвалжийг харах

Add `tag` to `ast.Comp_Lit`

gingerBill 3 жил өмнө
parent
commit
cda9fd5271

+ 1 - 0
core/odin/ast/ast.odin

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