parser
parser copied to clipboard
Literal: Binary, octal and hexadecimal must overflow to real
Currently, only decimals overflow from integer to real. As discussed in https://github.com/tagua-vm/parser/pull/38, while the specification does not mention it, this is culturally admitted that the binary, octal and hexadecimal notation overflow to real.
Precision/accuracy issues are likely to be happen. We must be careful.
Progression
- [ ] Binary,
- [ ] Octal,
- [ ] Hexadecimal.