Commit Graph

1 Commits (4e9f9a74c5f6e8c70c8adc22b46e821e060d207e)

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