From 7f99c70d564ec999e782e83f482e6d8e22c88ef2 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 26 Apr 2018 14:00:01 -0700 Subject: Fixed renaming lua_obj->code_obj --- nomsu.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu.moon') diff --git a/nomsu.moon b/nomsu.moon index 06d128a..c1ba9de 100755 --- a/nomsu.moon +++ b/nomsu.moon @@ -26,7 +26,7 @@ export colored colored = setmetatable({}, {__index:(_,color)-> ((msg)-> colors[color]..tostring(msg or '')..colors.reset)}) {:insert, :remove, :concat} = table debug_getinfo = debug.getinfo -{:Nomsu, :Lua, :Source} = require "lua_obj" +{:Nomsu, :Lua, :Source} = require "code_obj" -- TODO: -- consider non-linear codegen, rather than doing thunks for things like comprehensions -- cgit v1.2.3