# lua **Repository Path**: MtDesert/lua ## Basic Information - **Project Name**: lua - **Description**: 基于5.3.5,为了适配CompileScripts而做了调整 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-22 - **Last Updated**: 2021-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is Lua 5.3.5, released on 26 Jun 2018. For installation instructions, license details, and further information about Lua, see doc/readme.html. When I extract package of Lua 5.3.5, I moved "lua.c" & "luac.c" from "./src" to ".", And added a new Makefile as a project file (the original file was renamed Makefile.old) Depend on CompileScripts, see my repositary for more details. 这是 Lua 5.3.5,于2018年6月26日发布。 有关安装说明、许可证详细信息和有关Lua的更多信息,请参阅doc/readme.html。 当我解压Lua 5.3.5的包时,我把"lua.c"和"luac.c"从"./src"移动到了".",并添加了新的Makefile作为工程文件(原文件更名为Makefile.old) 依赖CompileScripts,有关更多详细信息,请参阅我的存储库。 https://github.com/MtDesert/CompileScripts https://gitee.com/MtDesert/CompileScripts