From 9a948874d01fd1db19eb575d9455bcef3ec5d485 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 30 Jul 2018 14:26:35 -0700 Subject: [PATCH] Removed traceback function so debug library isn't needed. --- core/errors.nom | 2 -- 1 file changed, 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 (..)