-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Would you consider updating and testing this very interesting software to run on the
latest version of Lua? I am using Lua 5.3 on Linux, and I tried to replace the 3 usages of 'loadstring' in 'Parser.lua' with
if _VERSION == "Lua 5.1" then
setfenv(loadstring(code), env)()
else
load(code,code,'bt',env)()
end
but perhaps this is not sufficient--there still seem to be problems.
Thanks
Metadata
Metadata
Assignees
Labels
No labels