fb39ca4 / picoc

Automatically exported from code.google.com/p/picoc
0 stars 0 forks source link

Support unsigned types #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add support for unsigned types

Original issue reported on code.google.com by zik.sale...@gmail.com on 2 Jun 2009 at 8:35

GoogleCodeExporter commented 9 years ago
unsigned int, unsigned short and unsigned char are now supported. All 
expressions are
still calculated as ints though so some things don't work correctly just yet.

Original comment by zik.sale...@gmail.com on 25 Oct 2009 at 12:03

GoogleCodeExporter commented 9 years ago
I'm calling this finished for now with revision #345 although it's not 100% 
correct
for all cases of high-valued unsigneds with some operators. Good enough for
government work though.

Original comment by zik.sale...@gmail.com on 25 Oct 2009 at 7:25