..
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
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
♻️ 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
⭐ 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
varint.lua
🐛 bug: fix long string loading and int adding
2023-09-28 00:27:05 -05:00