lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello Kim,

Kim Alvefur <zash@zash.se>:
> I just released version 1.0.0 of lua-cbor, an implementation of the
> CBOR[^1] serialization format. It is written purely in Lua and supports
> Lua 5.1 to 5.4.

This looks nice, thanks! FWIW the big integer tests (GwAAAOjUpRAA,
GwAAAOjUpRAA, G///////////) fail on a 32-bit CPU; e.g. Lua parses
1000000000000 as a float there, and the CBOR decode result is a
wrapped-around integer.

Best regards,

-- 
DoubleF