xavitator / nut-lang

MIT License
0 stars 0 forks source link

Change of integer type #25

Closed xavitator closed 5 years ago

xavitator commented 5 years ago

It is a proposition of @FauconFan :

There is some language where char, short, int and long primitive variables are not defined to have respectively 8, 16, 32 and 64 bits (such as in C for int). So we can introduce :

to replace this language restriction.

And add 'u' before them to have an unsigned value.

FauconFan commented 5 years ago

Refer #19

Otherwise, it's a good idea for me