lunar_wave/test_vectors
_ fb46ede3ca 🐛 bug: fix OP_TEST ignoring `k`
I didn't know what `k` was a few days ago.
2023-10-01 01:33:47 -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: working on closures / upvalues 2023-09-28 01:31:23 -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
fizz_buzz.lua 📝 doc: roadmap 2023-09-27 13:58:37 -05:00
floats.lua another test 2023-09-24 17:34:38 -05:00
fma.lua 🐛 bug: fma test passes with a hack 2023-09-29 17:44:54 -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 allow Lua to call native Rust functions 2023-09-27 01:46:53 -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
n_body.lua tests: add failing benchmark 2023-09-30 09:48:02 -05:00
n_body_new_stuff.lua 🐛 bug: fix OP_TEST ignoring `k` 2023-10-01 01:33:47 -05:00
varint.lua 🐛 bug: fix long string loading and int adding 2023-09-28 00:27:05 -05:00