Skip to content

Aloecraft-org/luac

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

483 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua v5.x Compiler

Fork of Lua compiler from https://github.com/lua/luac

Updated from official sources for v5.x

License Lua Version Lua Version

Info

Build scripts download header from lua.org/ftp and source files from github.com/lua/lua.git

Usage

Build for current environment with:

./upgrade/build_5.x.sh

Executables for specific version (e.g. v5.4.7 or v5.5.0) will be generated in:

.dist/
├── v5.x 
    ├── lua
    └── luac

Redistributed under Apache 2.0 License (original MIT copyright retained in header)

About

Lua v5.x compiler updated from official sources

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 60.6%
  • Roff 18.0%
  • Shell 17.4%
  • Makefile 4.0%