Lua compiler and VM implementation in pure Rust
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 | working | × | × |
| VM | × | × | × |
| dump/undump | × | × | × |
| stdlibs | × | × | × |
MIT LICENSE