apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Failed pattern matching should not halt the VM #124

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 don.ap...@gmail.com on 15 Feb 2012 at 7:50