|
|
||
|---|---|---|
| pictures | ||
| src | ||
| test_vectors | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
README.md
LunarWaveVM is a Lua 5.4 virtual machine written in Rust.

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