# lua-rs **Repository Path**: weimingtom2000/lua-rs ## Basic Information - **Project Name**: lua-rs - **Description**: Imported from https://github.com/lonng/lua-rs - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-06 - **Last Updated**: 2021-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Lua compiler implementation in pure Rust ## WIP This project is being completed. If you are interested, welcome to contribute code. See the following table for the work progress. | Modules | Status | Unit tests | Pass official lua-tests | | -- | -- | -- | -- | | Scanner | √ | × | √ | | Parser | √ | × | √ | | Instruction | √ | × | √ | | Compiler | √ | × | √ | ## LICENSE MIT LICENSE