LunarWaveVM is a Lua 5.4 virtual machine written in Rust.
 
 
Go to file
_ 5ab30ac5b4 ♻️ refactor: remove special types BogusArg and BogusEnv
This is a milestone towards actually implementing all of Lua.
2023-09-26 23:19:33 -05:00
src ♻️ refactor: remove special types BogusArg and BogusEnv 2023-09-26 23:19:33 -05:00
test_vectors FizzBuzz with some caveats 2023-09-26 22:45:41 -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