JSAbrahams / mamba

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

Add dictionaries and desugar rules for match #133

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Relevant issues

Resolves #98

Summary

Add desugar rules for match statements.

If default dictionary is used then we add import; from collections import defaultdict