cloe-lang / cloe

Cloe programming language
https://cloe-lang.org
MIT License
410 stars 10 forks source link

Fix match expressions' unmatch handling #99

Open raviqqe opened 5 years ago

raviqqe commented 5 years ago

Although, currently, unmatch handling in match expressions is implemented by exceptions, this causes bugs in which unmatch errors which happen in inner match expressions are catched by outer ones and they may return default values hiding the errors.