Bit Operations

I found out that the LUA does not.

In version 5.2 library appeared lua32

In version 5.1 and below there is a third-party libraries, but they are written in C, how can I use them?

Of course I could write their procedures on LUA, but it will work extremely slow. [import]uid: 138345 topic_id: 30488 reply_id: 330488[/import]

There is no supported C library…

I’m using this lua implementation provided by Carlos a long time ago:
http://developer.coronalabs.com/code/bitwise-operators-lua
Certainly not optimal to have such a low level feature implemented in such a way but if you don’t need extensive bit changes this should do… (works great for me)
[import]uid: 80469 topic_id: 30488 reply_id: 122170[/import]

There is no supported C library…

I’m using this lua implementation provided by Carlos a long time ago:
http://developer.coronalabs.com/code/bitwise-operators-lua
Certainly not optimal to have such a low level feature implemented in such a way but if you don’t need extensive bit changes this should do… (works great for me)
[import]uid: 80469 topic_id: 30488 reply_id: 122170[/import]