buzz-language / buzz

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

If no matching catch clause, raise the error #32

Closed giann closed 2 years ago

giann commented 2 years ago

Right now if there's a catch that don't match the error is still considered caught

giann commented 2 years ago

try/catch has been removed