assyrianic / Tagha

Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
MIT License
124 stars 8 forks source link

handle "divide/modulo by 0" errors with something other than halting script execution #7

Closed assyrianic closed 7 years ago

assyrianic commented 7 years ago

perhaps set the 0 value to 1 or something so the script still executes.