Commit Graph

1 Commits (2a0e02aec4f1d7c6e00f020046b0f01bf242e968)

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