Commit Graph

1 Commits (64384e7ca5b6f1b5c28dc952d1d9bea3f998cba0)

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