Commit Graph

1 Commits (05b1d6e1f71245e23f123640eecaa44a072ff512)

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