zephir icon indicating copy to clipboard operation
zephir copied to clipboard

Full support for native integer types

Open mindplay-dk opened this issue 10 years ago • 1 comments

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)

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7790325-full-support-for-native-integer-types?utm_campaign=plugin&utm_content=tracker%2F280146&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F280146&utm_medium=issues&utm_source=github).

mindplay-dk avatar Jan 15 '15 16:01 mindplay-dk

In my opinion. It's not the main priority but soon it can be implemented You can use cblocks and optimizers for it

ovr avatar Jan 20 '15 14:01 ovr