dimitriv / Ziria

A domain-specific-language and compiler for low-level bitstream processing.
92 stars 18 forks source link

Add support for unsigned ints #108

Closed gstew5 closed 9 years ago

gstew5 commented 9 years ago

Ziria supports signed integer types (int8, int16, etc.) at various bit-widths but not unsigned ints. Add support for uint8, uint16, uint32, uint64 in compiler/runtime. Down the road, it will be useful to support casts between uints and bitarrays. Assigned to @gstew5, as instructed by @dimitriv.

gstew5 commented 9 years ago

uints supported as of 4756d7f27fab5e1ca46b4f6995e40762b8ae2841.