Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (21 loc) · 1.05 KB

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