Restructure

This commit is contained in:
Krzosa Karol
2022-05-31 18:29:35 +02:00
parent 20accf8293
commit 0360086bab
7 changed files with 516 additions and 479 deletions

View File

@@ -13,6 +13,10 @@ if_stmt :: (cond: int): type
return CONSTANT
for_stmt :: ()
for i := 0, i + 10, i
pass
add_10 :: (size: int): int
add_20 :: (new_size: int): int
return 20