Passing Lua expression to interpreter from C++
I’m working on building a C++ hook into a game that uses a Lua 5.1 interpreter internally for game functions. Currently, I’ve identified the common functions that I can use to get the internal lua state (lua_State) however I don’t really know where to start on for passing expressions to the interpreter.