aboutsummaryrefslogtreecommitdiff
path: root/nomsu.moon
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:00:01 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-04-26 14:00:15 -0700
commit7f99c70d564ec999e782e83f482e6d8e22c88ef2 (patch)
tree801db872cd9e97f045354c3505dcf23c95c90dfd /nomsu.moon
parent4892c63e92bf82386b4ebb54a5a1dd76dcd792f8 (diff)
Fixed renaming lua_obj->code_obj
Diffstat (limited to 'nomsu.moon')
-rwxr-xr-xnomsu.moon2
1 files changed, 1 insertions, 1 deletions
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