Skip to content

ecnelises/lua-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua compiler and VM 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 working × ×
VM × × ×
dump/undump × × ×
stdlibs × × ×

LICENSE

MIT LICENSE

About

Pure Rust implementation of Lua compiler and VM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.9%
  • Lua 0.1%