JSAbrahams / mamba

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

Imports are ignored #174

Open JSAbrahams opened 4 years ago

JSAbrahams commented 4 years ago

Description of Bug

The type checker currently ignores imports. Everything in the project is in the global scope.

Expected behaviour