parser icon indicating copy to clipboard operation
parser copied to clipboard

Literal: Binary, octal and hexadecimal must overflow to real

Open Hywan opened this issue 9 years ago • 0 comments

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.

Hywan avatar Aug 09 '16 11:08 Hywan