hawkw/seax

Better error messages in SVM

Closed this issue · 1 comments

It would be nice if all the fatal error panics in seax_svm::eval() had more useful messages. The state dump it makes when there's an undefined item on the control stack is nice, they should probably all make that. Maybe write a macro.

Refer to 5dde107 and 181453c. This still needs work though.