Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Access implicit `result` trough envP in closures (#8471) | LemonBoy | 2018-07-30 | 1 | -0/+20 |
Reuse the existing machinery, most of the changes are only needed to handle the `result = result` node in nkReturnStmt produced by the closure iterator transform. Fixes #338 |