epoch-language
epoch-language copied to clipboard
Failed pattern matching should not halt the VM
Currently if pattern matching fails at runtime, the VM halts immediately. A
program-catchable error should be thrown instead. (This requires Epoch to have
some kind of runtime error handling mechanism.)
Original issue reported on code.google.com by [email protected] on 15 Feb 2012 at 7:50