wu-lang / wu

🐉 A practical game and data language
https://wu-lang.gitbook.io/guide/
MIT License
467 stars 17 forks source link

[improve] Even better error messages #28

Open nilq opened 3 years ago

nilq commented 3 years ago

While the current error messages are good, there is a lot of space for improvement. The error message system should be improved, either by hand or by plugging in something like Codespan.

The new errors should be helpful to the degree of Elm, and easily overviewed to the degree of Rust.

Let's get this.