From 171e9d674e4ae85e303c90679ad47bceda3b3810 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Nov 2018 18:28:10 -0800 Subject: Re-implemented nomsu -> lua comment translation and added file chunk comments. --- nomsu_compiler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu_compiler.lua') diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua index 91e1237..0ea2079 100644 --- a/nomsu_compiler.lua +++ b/nomsu_compiler.lua @@ -433,7 +433,7 @@ local compile = setmetatable({ elseif "FileChunks" == _exp_0 then return error("Can't convert FileChunks to a single block of lua, since each chunk's " .. "compilation depends on the earlier chunks") elseif "Comment" == _exp_0 then - return LuaCode:from(tree.source, "") + return LuaCode:from(tree.source, "-- ", (tree[1]:gsub('\n', '\n-- '))) elseif "Error" == _exp_0 then return error("Can't compile errors") else -- cgit v1.2.3