This repository is a fork of the original Lua project (https://www.lua.org/).
We have made the following changes:
- Added CMake build system
- Restructured code for improved organization
- Removed unnecessary files (tests, documentation, etc.)
This fork is intended to provide a CMake-based build for Lua, making it easier for users who work with CMake to integrate Lua into their projects.
All credits for the original Lua implementation go to the Lua team and contributors.
For more information about the original Lua project, please visit https://www.lua.org/.
