lua-users home
lua-l archive

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


Hi all,

I would like to build Lua with only support for Integer numbers
(32-bit or 64-bit).

I think it used to be possible, but I am not sure.  Is it still
possible today with Lua 5.3+  (since Lua supports an Integer subtype)?

I tried to look at luaconf.h and see how to build with various sizes
of integers and floats but I don't understand how I could build it
without floats (only integers).

Any suggestions or pointers?   Thanks in advance.

Phil