From a1b559a3a269bbee1ae9a33061b08a868ea52f5c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 25 Jan 2019 15:49:29 -0800 Subject: Added metatables for bool, number, function, coroutine. Added run-time check to make sure precompiled code used the same version of Lua. Methods can now be used in (* compiles to *), etc. --- bootstrap.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'bootstrap.lua') diff --git a/bootstrap.lua b/bootstrap.lua index 97a565d..31b03fc 100644 --- a/bootstrap.lua +++ b/bootstrap.lua @@ -124,9 +124,6 @@ local compile_actions = { ["is jit"] = function(self, _t, code) return LuaCode("jit") end, - ["Lua version"] = function(self, _t, code) - return LuaCode("_VERSION") - end, ["nomsu environment"] = function(self, _t) return LuaCode("_ENV") end, -- cgit v1.2.3