zephir
zephir copied to clipboard
Full support for native integer types
Any chance you plan on adding full support for all the native/C integer types?
These are important for things like drivers for binary protocols.
(Specifically, I am thinking about writing an OrientDB binary client in Zephir, for which I would need basically every type of integer you can think of; both signed and unsigned 8/16/32/64-bit types)
In my opinion. It's not the main priority but soon it can be implemented You can use cblocks and optimizers for it