diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-30 14:26:35 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-30 14:26:35 -0700 |
| commit | 9a948874d01fd1db19eb575d9455bcef3ec5d485 (patch) | |
| tree | 1a7657bbab4b941cef224bb4ebc39d64fff01575 | |
| parent | dc0c940d65f9922407a101277ccab9e5bfa70c67 (diff) | |
Removed traceback function so debug library isn't needed.
| -rw-r--r-- | core/errors.nom | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/errors.nom b/core/errors.nom index 2c24de8..6b1ddae 100644 --- a/core/errors.nom +++ b/core/errors.nom @@ -4,8 +4,6 @@ use "core/metaprogramming.nom" -compile [traceback] to (Lua value "debug.traceback()") -compile [traceback %] to (Lua value "debug.traceback('', \(% as lua expr))") compile [barf] to (Lua "error(nil, 0);") compile [barf %msg] to (Lua "error(\(%msg as lua expr), 0);") compile [compile error at %source %msg] to (..) |
