Open riftEmber opened 3 years ago
Merged first iteration of work. I've gotten to the point where effectively finishing this is blocked by better support for data spaces and return values, so I'm going to stop now and come back to it when those are done.
Next step is to process function calls in a statement like x = (foo() + 3) * bar(4). Perhaps this can be done by modifying the method that finds accesses in a compound expression.
Working on branch append-computation