c2lang / c2compiler

the c2 programming language
c2lang.org
Apache License 2.0
702 stars 47 forks source link

Introduce pointer-sized usize isize keywords #88

Closed lerno closed 4 years ago

lerno commented 5 years ago

usize and isize should correspond to the bitsize of a void* pointer.

bvdberg commented 5 years ago

exactly. They can be used to store pointer values. isize can be used to do pointer manipulation

lerno commented 5 years ago

I filed this so that it can be assigned a milestone. Same should be done with the rest that’s on the roadmap.

bvdberg commented 4 years ago

fixed