inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

User-friendly error for non-OPL programs #143

Closed jbmorley closed 2 years ago

jbmorley commented 2 years ago

As of 7923cb3c92620ec30f9f2c541120c71591a238a6, these now simply show 'The program encountered an internal error.' for the top-level InterpreterError class and the details can be viewed in the error view controller. We can always make these errors more specific over time if we need to.