JSAbrahams / mamba

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

Add not implemented error messages to desugar stage #94

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Current Issue

In the desugar stage, it is best to add errors for language features that are not implemented yet instead of panicking for the first deliverable version.

Description of the feature

Add errors to desugar stage and descriptive messages instead of using the unimplemented! macro.