Add parent_scope on all nodes

This commit is contained in:
Krzosa Karol
2022-06-10 16:12:47 +02:00
parent 3402b4fe4d
commit e2d07923c8
6 changed files with 109 additions and 86 deletions

View File

@@ -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