https://github.com/lonng/lua-rs
Pure Rust implementation of Lua compiler.
https://github.com/lonng/lua-rs
lua-compiler lua-interpreter lua-virtual-machine lua-vm rust rust-library
Last synced: 5 months ago
JSON representation
Pure Rust implementation of Lua compiler.
- Host: GitHub
- URL: https://github.com/lonng/lua-rs
- Owner: lonng
- License: mit
- Created: 2018-06-11T07:34:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T15:53:55.000Z (over 3 years ago)
- Last Synced: 2024-12-10T10:03:47.111Z (5 months ago)
- Topics: lua-compiler, lua-interpreter, lua-virtual-machine, lua-vm, rust, rust-library
- Language: Rust
- Homepage:
- Size: 342 KB
- Stars: 195
- Watchers: 5
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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