LunarWaveVM is a Lua 5.4 virtual machine written in Rust.
 
 
Go to file
_ e87265373c 🐛 bug: shrank the Value size to 16 bytes
This is a little pre-mature, since it's still in the "make it work"
phase of "make it work, make it fast, make it pretty".

But it was bugging me, and I'd have to ditch the raw strings and vecs
some day to add a GC anyway.
2023-09-26 14:10:57 -05:00
src 🐛 bug: shrank the Value size to 16 bytes 2023-09-26 14:10:57 -05:00
test_vectors 🐛 bug: fix up printing to mostly match PUC Lua 2023-09-26 13:46:01 -05:00
.gitignore another test 2023-09-24 17:34:38 -05:00
Cargo.lock ♻️ refactor: invoke luac during tests so I don't have to version artifacts 2023-09-26 12:04:17 -05:00
Cargo.toml ♻️ refactor: invoke luac during tests so I don't have to version artifacts 2023-09-26 12:04:17 -05:00
notes.md Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00