Skip to content
/ lua Public
forked from lua/lua

The Lua repo, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Send issues/patches to the Lua mailing list https://www.lua.org/lua-l.html

Notifications You must be signed in to change notification settings

pass86/lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI status

Lua

Lua is a powerful, efficient, lightweight, embeddable scripting language.

Setup

  • Common

    Install CMake

  • iOS

    Install Xcode

  • Android

    Install NDK

    Export ANDROID_NDK_ROOT

Build

  • iOS
./build_ios.sh
  • Android
./build_android.sh
  • Others
cmake -S . -B build
cmake --build build

About

The Lua repo, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Send issues/patches to the Lua mailing list https://www.lua.org/lua-l.html

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 65.7%
  • Lua 31.5%
  • C++ 2.0%
  • Makefile 0.6%
  • Objective-C 0.1%
  • CMake 0.1%