mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
The walk builtin generates values and implicitly creates a loop over the values. Hoist walk calls as loops and handle them. Also handle cases where return value is bound to an extra parameter. Closes #83