Add call stack error chain

This allows us to write out errors that follow the call stack and give
locations to where errors originated.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-01-16 15:25:58 -08:00
parent 2752bdf6d3
commit 9704e07c45
7 changed files with 90 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
[ "Hell world" . ]
[ "Hell world" println! ]
:say
say!