davidgranstrom / losc

Open Sound Control (OSC) for lua/luajit
MIT License
21 stars 2 forks source link

Add test for int64 (type 'h') and add workaround for lua < 5.3 #12

Closed davidgranstrom closed 3 years ago

davidgranstrom commented 3 years ago

Lua < 5.3 cannot properly express 64-bit integers see this issue: https://github.com/iryont/lua-struct/issues/3