Bystroushaak / tinySelf

Self-like language implemented in the RPython language toolkit.
29 stars 3 forks source link

Nonlocal return bug #119

Closed Bystroushaak closed 5 years ago

Bystroushaak commented 5 years ago

Blocks in test fail to return silently.

Bystroushaak commented 5 years ago

Self & nonlocal return from the different scope:

self_behaviour