larsbrinkhoff / lbForth

Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
GNU General Public License v3.0
414 stars 113 forks source link

Hardware exceptions #74

Open ruv opened 6 years ago

ruv commented 6 years ago

Is hardware exception handling planned on Windows and Linux targets (at the least)?

larsbrinkhoff commented 6 years ago

Yes, I want to catch exceptions.

I did catch signals in the C target, but I removed that to make it simpler.