Skip to content
/ lua Public
forked from NLua/lua

The Lua programming language with CMake based build + iOS build (Xcode/make) + Android build (NDK)

Notifications You must be signed in to change notification settings

sug44/lua

 
 

Repository files navigation

This is Lua 5.4.7 with a bit of syntactic sugar.

Expression-body function declaration: Whenever an expression is expected > *expression* works like function() return *expression* end. There is an optional ; after the expression. Mainly it allows for C# like variable => *expression* syntax. For now .> token can also be used because while being a syntax error its not showing up as such with LuaLS. This might be a temporary hack that later will be replaced with a LuaLS plugin

For installation instructions, license details, and further information about Lua, see doc/readme.html.

About

The Lua programming language with CMake based build + iOS build (Xcode/make) + Android build (NDK)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 65.2%
  • Lua 32.9%
  • Makefile 1.3%
  • Other 0.6%