ZeroBraneStudio icon indicating copy to clipboard operation
ZeroBraneStudio copied to clipboard

Add luapower as interpreter

Open jjvbsag opened this issue 7 years ago • 0 comments

LUA POWER the LuaJIT distribution for Windows, Linux and OS X

can be found at https://luapower.com/

What I did: Add luapower.lua to zbstudio/interpreters as

dofile 'interpreters/luabase.lua'
return MakeLuaInterpreter("power", ' power')

and

path.luapower = 'C:/bin/luapower-all-master/bin/mingw64/luajit.exe'

to my user.lua

This works fine for me, but I'm still verifying. Please review and if you like it, add it to zbs master

jjvbsag avatar Aug 16 '17 06:08 jjvbsag