Bootstrap <<
Previous Next >> Design
Fengari-Web
https://github.com/fengari-lua/fengari-web
網際 Lua 解譯: http://mde.tw/lab/downloads/lua/index.html
SciTE 編輯器中的 Lua.properties 設定:
選擇利用 y:\lua-5.4.3\luac 與 lua 編譯或解譯 .lua 程式檔案.
command.compile.*.lua=y:\lua-5.4.3\luac -o "$(FileName).luc" "$(FileNameExt)"
# Lua 5.1
command.go.*.lua=y:\lua-5.4.3\lua "$(FileNameExt)"
Bootstrap <<
Previous Next >> Design