JSAbrahams / mamba

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

Add desugaring of handle statements #97

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Current Issue

We cannot desugar handle statements.

Description of the feature

handle statements should be desugared to try except statements.

Description of potential solution

This should be done in the desugar stage.