Skip to content

update for latest lua version #3

@gitshub

Description

@gitshub

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions