Basic order independent decls working

This commit is contained in:
Krzosa Karol
2022-05-26 21:30:50 +02:00
parent b773ad1c17
commit 18a895153e
4 changed files with 51 additions and 62 deletions

View File

@@ -1,4 +1,13 @@
lambda :: (thing: int)
some_value := thing + const_in_lambda
const_in_lambda :: 10
not_const := val + 10
val := 10
DEPENDENCE :: CONSTANT_VAL
CONSTANT_VAL :: 10