lua-users home
lua-l archive

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


> I know that I am not alone in my toils to upgrade to new versions of Lua
> even in an ANSI C environment when all I want to do is eliminate
> floating point.

For the Lua core, isn't it a simple matter of defining the correct
luai_num* macros and LUA_NUMBER_SCAN, LUA_NUMBER_FMTin luaconf.h?

Or do you mean the libraries as well?