lua-users home
lua-l archive

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


On 13/11/2012 23:07, Luiz Henrique de Figueiredo wrote:
When will we be able to sanely do bit operations on 64bit types
without resorting using strings *?

So, all you want is a bit64 library? This is easily done as long as it
handles userdata not numbers. If there is any demand for that, I can
provide an implementation.

I've implemented one [1]. Any criticism is welcome.

[1] http://farmanager.com/svn/trunk/plugins/luamacro/luafar/bit64.c

--
Shmuel