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_tree.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nomsu_tree.moon') diff --git a/nomsu_tree.moon b/nomsu_tree.moon index 2cf0777..e2b2c74 100644 --- a/nomsu_tree.moon +++ b/nomsu_tree.moon @@ -6,7 +6,7 @@ lpeg = require 'lpeg' {:repr, :stringify, :min, :max, :equivalent, :set, :is_list, :sum} = utils immutable = require 'immutable' {:insert, :remove, :concat} = table -{:Lua, :Nomsu, :Location} = require "lua_obj" +{:Lua, :Nomsu, :Location} = require "code_obj" MAX_LINE = 80 -- For beautification purposes, try not to make lines much longer than this value -- cgit v1.2.3