lua-users home
lua-l archive

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





On 6 July 2013 03:22, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
Lua 5.3.0 (work1) is now available for testing at
        http://www.lua.org/work/lua-5.3.0-work1.tar.gz

MD5     d4053ee55741eab5ecd7061326577586  -
SHA1    ce71e80a24d1232f42d3afbdc1b034b0877f532b  -

This is a work version. An updated reference manual is included but
all details may change in the final version.

The main change in Lua 5.3.0 is support for integers.

The complete diffs from Lua 5.2 are too extensive to show.

All feedback welcome. Thanks.
--lhf





"In case of overflows in integer arithmetic, all operations wrap around, according to the usual rules of two-complement arithmetic." 

Usual rules of two complement arithmetic? Would some care to explain as in C signed ints do not wrap.

--Liam