Recursive lambdas with new system
This commit is contained in:
10
lambdas.kl
10
lambdas.kl
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user