Closed
Description
While I agree to specify the following types:
int64
uint64
They are not representable in JavaScript since numbers are 64 bits float (using the IEEE 754 standard).
What should be the behavior of the engine when handling values of that type? That might also confuse the user who annotated the value.