samyeyo / LuaRT-Studio

Lua 5.4 IDE for Windows with debugger and script to executable compiler
Other
71 stars 11 forks source link

LUA 5.3 #25

Open WinInsider opened 3 months ago

WinInsider commented 3 months ago

LuaRT-Studio (release v1.6.0) comes with "lua.exe" (interpreter?, in bin folder) that has dependency on "lua51.dll".

Is there a way to get "lua.exe", however that targets v53 or v54 of lua?

Reason why I am investigating LuaRT-Studio to be used for LUA language is due to Smartthings Edge drivers, now that they are written in LUA, however it targets v53... I would like to use LuaRT-Studio as it has no external dependencies or installers, and small footprint, however not sure if is known to be used and run Smartthings Edge drivers locally on Windows?

samyeyo commented 3 months ago

LuaRT Studio only supports Lua 5.4. You won't be able to debug Smarthings Edge drivers with it.