Begin structs, add comment on multiline lambdas, add Ast flags

This commit is contained in:
Krzosa Karol
2022-05-29 11:29:26 +02:00
parent 7de941899f
commit 07b793aacc
7 changed files with 116 additions and 26 deletions

View File

@@ -13,6 +13,8 @@ unifying the call expression and compound expression
seems more unified and better for coherence
but more abigous and probably harder to implement
value :: call((thing: int): int thing += 1; return thing, )
*/