Lambdas, statements, typechecking lambdas

This commit is contained in:
Krzosa Karol
2022-05-25 14:44:30 +02:00
parent 9dc2e1588d
commit b945f3affd
8 changed files with 229 additions and 118 deletions

4
lambdas.kl Normal file
View File

@@ -0,0 +1,4 @@
arena_push :: (size: int): int
result := size + 10
return result