From 930d522fbc3ab57faa926ed85f0d35d661722402 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 27 Aug 2018 13:38:58 -0700 Subject: Bunch of miscellaneous changes. Paved the way a little bit for having different compiler domains. --- core/text.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/text.nom') diff --git a/core/text.nom b/core/text.nom index 701b1cd..a82e9df 100644 --- a/core/text.nom +++ b/core/text.nom @@ -124,7 +124,7 @@ lua> ".." }; for name, e in pairs(escapes) do local lua = "'"..e.."'" - nomsu.COMPILE_ACTIONS[name] = function(nomsu, tree) + COMPILE_ACTIONS[name] = function(nomsu, tree) return LuaCode.Value(tree.source, lua) end end -- cgit v1.2.3