JSAbrahams / mamba

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

Type Check Indices And Indexed Access #252

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 2 years ago

Current Issue

Mentioned in #172 Builds on #251

High-level description of the feature

Type check list indices:

JSAbrahams commented 2 years ago

This issue implicitly includes a desugar and core to python phase. This makes it much easier to write a few end-to-end tests where we directly parse *.mamba files and check the `.py output.

JSAbrahams commented 2 years ago

Type checker now checks this.