nexssp / language_lua

Lua for Nexss PROGRAMMER 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lua implementation for the Nexss PROGRAMMER

To Install Nexss Programmer please go to Nexss Programmer CLI for more information.

Examples

Switch between Lua versions

nexss lua install --progress # installs lua with progress information
nexss lua default compiler # Shows the list of available compilers or nexss lua compilers
nexss lua default compiler lua53 # sets compiler to lua 5.3,
nexss lua default compiler lua51 # sets compiler to lua 5.1
nexss lua default compiler unset # reset to the latest one
# note: you must pass correct compiler name.

Each Lua version has separate template folder

  • Lua 5.4 -> templates54
  • Lua 5.3 -> templates53
  • Lua 5.1 -> templates

Interesting Links

Lua Home
Lua Tutorial 1 (https://www.lua.org/pil/1.html)
Lua Tutorial 2 (www.tutorialspoint.com)
Lua Error Explanation

About

Lua for Nexss PROGRAMMER 2.0

License:MIT License


Languages

Language:Lua 71.7%Language:JavaScript 25.9%Language:Shell 2.5%