Compile string, working on scopes

This commit is contained in:
Krzosa Karol
2022-05-25 15:17:08 +02:00
parent b945f3affd
commit f4c05923c9
9 changed files with 125 additions and 136 deletions

View File

@@ -1,12 +1,3 @@
returning_void :: (insert: int)
return
arena_push :: (size: int): int
result := size + 10
return result
//-----------------------------------------------------------------------------
// Function types
//-----------------------------------------------------------------------------