From 2e15c0fd5067318601e2f3b70ee6fc16ef58200d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 27 May 2018 18:28:23 -0700 Subject: Some tweaks/cleanup on the nomsu code as well as adding variable mangling to 'parse % as %' to make almost hygienic macros. --- code_obj.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'code_obj.lua') diff --git a/code_obj.lua b/code_obj.lua index e8e86fa..e77af5c 100644 --- a/code_obj.lua +++ b/code_obj.lua @@ -17,6 +17,8 @@ Source = immutable({ end if stop then assert(start <= stop + 1, "Invalid range: " .. tostring(start) .. ", " .. tostring(stop)) + else + error("HUH?") end return filename, start, stop end, -- cgit v1.2.3