# cnLua **Repository Path**: hexblues/cnLua ## Basic Information - **Project Name**: cnLua - **Description**: 在 Lua-5.3.2 的基础上做了一些修改, 让 Lua 支持中文变量名和函数名. - **Primary Language**: Lua - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-05-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cnLua ## 说明 支持中文变量名和函数名的 `Lua`, 原始版本是官网的 `Lua-5.3.2` ## 使用方法 ### 直接使用 在目录 `src` 下有编译好的 `lua` 和 `luac` 可执行文件, 直接运行即可. ### 自己编译 ``` make linux test make install ```