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