Skip to content
forked from LuaJIT/LuaJIT

LuaJIT with limited support for Lua5.3

Notifications You must be signed in to change notification settings

cyril0124/LuaJIT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LuaJIT with limited support for Lua5.3

This is a fork of LuaJIT 2.1, providing limited support for Lua 5.3 features.

Key features

The following changes have been implemented:

  • Added support for bitwise operators from Lua 5.3 (x64 only).
  • Enabled 64-bit integer bit manipulation.
  • Added metatable support for overloading bitwise operators.

Note: This implementation has not yet been thoroughly tested. Feedback and issue reports are welcome!

Credits

This work is based on the following pull request:

LuaJIT#312

Special thanks to the original contributor for his effort.

About

LuaJIT with limited support for Lua5.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.2%
  • Lua 15.8%
  • Other 2.0%