Recursive lambdas with new system

This commit is contained in:
Krzosa Karol
2022-05-27 15:35:15 +02:00
parent 79aa52e726
commit d6401ff05d
4 changed files with 10 additions and 20 deletions

View File

@@ -1,13 +1,7 @@
/*
@todo!!!
I think it might be better to try doing order indepent decls
as well as the tree transformations in the backend code
plus some cleanups before adding more complications to the code
*/
type :: int
pointer_type :: *int
null_pointer: pointer_type = null
if_stmt :: (cond: int): type
CONSTANT :: 10