You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
I was looking into LuaJS for something is written in Lua 5.1 (and can't reasonably support later versions of Lua), so I was wondering if you would consider adding support for multiple different versions of Lua. At least Lua 5.1 is somewhat popular.
The required diff to make Lua 5.1 work is surprisingly small, I hacked this together: main...emmericp:LuaJS:lua5.1. Obviously has some small problems and that's obviously not meant to be merged, just a proof of concept how small the differences are.
Would you consider adding support for Lua 5.1 if I would clean up my patch a bit?
I was looking into LuaJS for something is written in Lua 5.1 (and can't reasonably support later versions of Lua), so I was wondering if you would consider adding support for multiple different versions of Lua. At least Lua 5.1 is somewhat popular.
The required diff to make Lua 5.1 work is surprisingly small, I hacked this together: main...emmericp:LuaJS:lua5.1. Obviously has some small problems and that's obviously not meant to be merged, just a proof of concept how small the differences are.
Would you consider adding support for Lua 5.1 if I would clean up my patch a bit?