buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.2k stars 34 forks source link

Do not crash after compile error #47

Closed giann closed 1 year ago

giann commented 2 years ago

Right now we continue parsing/codegen after reporting errors and almost always end up crashing buzz. Go over each error reporting and see how it must be handled: either stopping everything or providing enough details so buzz does not crash going forward.

giann commented 1 year ago

Further cases should be reported in there own issue