ClassDB is now in C++

This commit is contained in:
2020-11-13 18:17:47 -05:00
parent 9523e367f1
commit a784f12aed
13 changed files with 217 additions and 78 deletions

View File

@@ -331,5 +331,5 @@ function inspect.inspect(root, options)
return table.concat(inspector.buffer)
end
setmetatable(inspect, { __call = function(_, ...) return inspect.inspect(...) end })
_G.inspect = inspect.inspect