Fix crashes
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
|
||||
/*
|
||||
@todo: !!!
|
||||
Maybe instead of compound exprs like this:
|
||||
[4]Thing{1,2,3,4}
|
||||
|
||||
Do it like this
|
||||
[4]Thing(1,2,3,4)
|
||||
[4]Thing([0]=1, [3]=3)
|
||||
Thing(a=1, b=2)
|
||||
|
||||
unifying the call expression and compound expression
|
||||
seems more unified and better for coherence
|
||||
but more abigous and probably harder to implement
|
||||
|
||||
|
||||
*/
|
||||
|
||||
|
||||
other_func :: ()
|
||||
a_val := recursive_lambda
|
||||
|
||||
Reference in New Issue
Block a user