JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Add returns and assigns recursively #373

Closed JSAbrahams closed 1 year ago

JSAbrahams commented 1 year ago

Relevant issues

Summary

We go into the branches of relevant core modules. Only try except cannot be tested yet as we don't yet have error handling properly implemented.

Added Tests

Happy