Currently the language only support plain integer and decimal floating points.
Extending support for other formats like
| prefix |
type |
0b or 0B |
binary integers |
0 |
octal integers |
0x or 0X |
hexadecimal integers |
1.2e+01 |
exponent notation |
0xAE33.44p+2 |
hexadecimal notation |
would be a great addition to the language
Currently the language only support plain integer and decimal floating points.
Extending support for other formats like
0bor0B00xor0X1.2e+010xAE33.44p+2would be a great addition to the language