An open API service indexing awesome lists of open source software.

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.

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