cleanup weiord multi-return type handling more

This commit is contained in:
Irmen de Jong
2026-02-24 21:42:44 +01:00
parent a3cbf4c3db
commit 10796c09c7
4 changed files with 22 additions and 36 deletions
-3
View File
@@ -1,9 +1,6 @@
TODO
====
simplifiedAstMaker: transform(srcCall: FunctionCallStatement) : what when the call actually returns multiple return values???
Known bugs:
- fix chained aliasing errors see test "chained aliasing"
- fix crash in ir loader/vm for deeply nested symbol reference, see test "deeply scoped variable references"