flofriday / Moose

🐐 A new fun programming language
MIT License
6 stars 1 forks source link

Compile Error Headers #6

Closed flofriday closed 1 year ago

flofriday commented 2 years ago

The headers in compile errors should have a custom header instead of just saying "CompileError".

Like if the function doesn't exist we could say "Function not found error" to better help the programmer.

We could orient us on Elm which has amazing errors.

flofriday commented 1 year ago

Implemented