Add parent_scope on all nodes
This commit is contained in:
@@ -17,7 +17,10 @@ if_stmt :: (cond: S64): type
|
||||
|
||||
for_stmt :: ()
|
||||
for i := 0, i < 10, i+=1
|
||||
pass
|
||||
out_of_order_resolving()
|
||||
|
||||
out_of_order_resolving :: ()
|
||||
i = 10
|
||||
|
||||
add_10 :: (size: S64): S64
|
||||
add_20 :: (new_size: S64): S64
|
||||
|
||||
Reference in New Issue
Block a user