Completed port to eris lua 5.2

This commit is contained in:
2021-02-28 16:32:42 -05:00
parent 6f74c52d3b
commit 35260fa4eb
5 changed files with 42 additions and 84 deletions

View File

@@ -127,14 +127,8 @@ private:
lua_State *lua_state_;
public:
// Initialize
//
// This must be called while the lua state is still pristine.
// This will install the builtin operators into the lua state
// and will snapshot those builtins to the registry.
//
void initialize(lua_State *L);
void init(lua_State *L) { lua_state_ = L; }
// Update
//
// Read all the lua source files from disk and store them in the