MLua is fork of LuaJIT, modified by Myr
LuaJIT by Mike Pall
LuaJIT is Copyright (C) 2005-2023 Mike Pall
LuaJIT is free software, released under the MIT license
See full Copyright Notice in the COPYRIGHT file or in luajit.h
- CMake build
- One-statement if/while/for block
- Continue keyword
- Switch/case
- Enum
- Macros
- Post/pre-increments
See examples
folder for examples of mlua
mkdir build
cd build
cmake ..