mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Add tag to ast.Comp_Lit
This commit is contained in:
@@ -151,6 +151,7 @@ Comp_Lit :: struct {
|
|||||||
open: tokenizer.Pos,
|
open: tokenizer.Pos,
|
||||||
elems: []^Expr,
|
elems: []^Expr,
|
||||||
close: tokenizer.Pos,
|
close: tokenizer.Pos,
|
||||||
|
tag: ^Expr,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user