mascarenhas add basic error handler function to validate approach (#257)
11a2109 Jan 29, 2019
add basic error handler function to validate approach (#257)
* add basic error handler function to validate approach

* do not print backtrace but save in registry

* bump lua version and fix travis setup so test suite can find titan runtime library

* abstract throwing of errors by titan code to generator function instead of directly using luaL_error

* reserve first stack slot for error value
11a2109