justincormack / ljsyscall

LuaJIT Unix syscall FFI
http://www.myriabit.com/ljsyscall/
Other
441 stars 54 forks source link

int only Lua support #88

Open justincormack opened 11 years ago

justincormack commented 11 years ago

We should support into only Lua compile. Currently only use of float is for time, should revisit this to make sure it is still usable. Also check elsewhere for a few possible uses that are not needed.

justincormack commented 11 years ago

remove use of math library completely.

justincormack commented 11 years ago

also remove % operator, use bitops for consistency.