Open justincormack opened 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.
remove use of math library completely.
also remove % operator, use bitops for consistency.
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.