dylan-hackers / mindy

Mindy - minimal compiler-interpreter for Dylan
Other
21 stars 9 forks source link

Interpreter errors should integrate with Dylan conditions #61

Open waywardmonkeys opened 8 years ago

waywardmonkeys commented 8 years ago

When an error happens at run-time, the interpreter should (where possible) turn this into a Dylan condition that is signaled, rather than potentially aborting the process.