JSAbrahams / mamba

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

Properly display code in error messages that covers multiple lines #167

Open JSAbrahams opened 4 years ago

JSAbrahams commented 4 years ago

Current Issue

Currently, error messages only look good when there is a single code line.

High-level description of the feature

Allow us to print code blocks with arrows pointing to the culprit.