slinc icon indicating copy to clipboard operation
slinc copied to clipboard

Add unsigned types to the system

Open markehammons opened this issue 2 years ago • 1 comments

Unsigned types are important to C, and are frequently used. We can get away with a prototype version of Slinc not supporting them, but eventually we will need to have support for unsigned types in order to interact properly with C programs.

Numeric literals may be helpful for letting users express these types.

markehammons avatar Oct 28 '22 07:10 markehammons

Once unsigned types are developed, SizeT should be redefined as one.

markehammons avatar Oct 28 '22 08:10 markehammons