Alek Ratzloff 1eb7eb73cb Remove RuntimeSpanError and just incorporate it into RuntimeError; add Span information to compiled instructions
* RuntimeSpanError was an extraneous solution to adding spans to the
  errors; so instead this behavior has been delegated to the
  RuntimeError itself.
* Usage of Inst has mostly been replaced with SpInst so if an error is
  encountered, we can spit out where it happened in the source code
  (hopefully with a stack trace).

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-01-16 16:49:54 -08:00
2022-01-16 14:07:26 -08:00
2021-12-21 11:29:59 -08:00
2021-12-21 11:29:59 -08:00
Description
Bad stack-based language
1.9 MiB
Languages
Rust 100%