lunar_wave/test_vectors
_ 9d29aeb43b tables are working okay
Still missing a lot of stuff. And I'm pretty sure the Rc handling code
is totally wrong.

And they don't have the Lua 5.0 optimization of an internal array,
but that's probably easy to put in.
2023-09-26 20:31:00 -05:00
..
bools.lua allow calling closures 2023-09-24 19:47:17 -05:00
bools.luac 🚧 wip: I'm not handling nested functions in luac files properly 2023-09-25 01:57:57 -05:00
closure.lua 🚧 wip: I'm not handling nested functions in luac files properly 2023-09-25 01:57:57 -05:00
closure.luac 🚧 wip: I'm not handling nested functions in luac files properly 2023-09-25 01:57:57 -05:00
combined.luac Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00
error.lua Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00
error.luac Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00
floats.lua another test 2023-09-24 17:34:38 -05:00
fma.lua ♻️ refactor: invoke luac during tests so I don't have to version artifacts 2023-09-26 12:04:17 -05:00
fma.luac 🚧 wip: I'm not handling nested functions in luac files properly 2023-09-25 01:57:57 -05:00
fma.txt ♻️ refactor: invoke luac during tests so I don't have to version artifacts 2023-09-26 12:04:17 -05:00
functions.lua the nested functions thing is working, though I wish I didn't have to use recursion 2023-09-25 03:05:00 -05:00
functions.luac the nested functions thing is working, though I wish I didn't have to use recursion 2023-09-25 03:05:00 -05:00
functions.txt the nested functions thing is working, though I wish I didn't have to use recursion 2023-09-25 03:05:00 -05:00
hello.lua tables are working okay 2023-09-26 20:31:00 -05:00
hello.txt can create an empty table 2023-09-26 15:49:12 -05:00
long_named_file.lua Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00
long_named_file.luac Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00
math.lua ♻️ refactor: invoke luac during tests so I don't have to version artifacts 2023-09-26 12:04:17 -05:00
math.luac Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00
math_2.lua Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00
math_2.luac Lua virtual machine in Rust, why the heck not. 2023-09-24 16:16:10 -05:00