Commit Graph

1 Commits (b639d02027358b130efa952ae76d05e5ac7f54a8)

Author SHA1 Message Date
_ 96c82c27c8 🐛 bug: fix long string loading and int adding
Long strings didn't work before because I hadn't implemented Lua's varint
decoding. It's an easy translation from the original C.

Int adding previously created a float because I always coerced to float.
Also an easy fix.
2023-09-28 00:27:05 -05:00