5c4a545369 | ||
---|---|---|
pictures | ||
src | ||
test_vectors | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
README.md
LunarWaveVM is a Lua 5.4 virtual machine written in Rust.
![A star field with an orange crab-shaped nebula facing a dark purple moon with a bright magenta crescent.](pictures/lunar wave crab nebula.jpeg)
Roadmap
- Loading simple pre-compiled bytecode programs
- Hash tables
- Fizzbuzz
- Closures
- Garbage collection
- Long strings
- Using arrays internally for tables
- Compiling Lua source code to bytecode