chenzp19860810 / lua-rs

Pure Rust implementation of Lua compiler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pure Rust implementation of Lua compiler.

License:MIT License


Languages

Language:Rust 100.0%