From 0f0fb2256a46a8808794d7d4746d112278da3730 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 10 Jan 2019 16:33:37 -0800 Subject: Major overhaul of how modules and environments work, along with some steamlining and tweaks to the makefile. Version bump: 6.14.13.8 --- lib/object.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/object.nom') diff --git a/lib/object.nom b/lib/object.nom index 13a9ec5..a3a8d93 100644 --- a/lib/object.nom +++ b/lib/object.nom @@ -108,7 +108,7 @@ test: return inst end, }) - _ENV[class.name:as_lua_id()] = class + \(nomsu environment name)[class.name:as_lua_id()] = class class.__index = class class.class = class class.__tostring = function(inst) -- cgit v1.2.3