sbuberl / px

A programming language
MIT License
4 stars 1 forks source link

Add int and float type suffixes #8

Closed sbuberl closed 6 years ago

sbuberl commented 6 years ago

Add suffixes to int and float literals to change their type

sbuberl commented 6 years ago

Add suffixes starting with _i for signed, _u for unsigned, and _f for float. Can specify exqact type (_i8, _u16. f64); if no number follows the suffix, the 32bit one is used.