Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strict mode should error on > 2^64-bit integers #14

Open
pnathan opened this issue Nov 10, 2014 · 0 comments
Open

Strict mode should error on > 2^64-bit integers #14

pnathan opened this issue Nov 10, 2014 · 0 comments

Comments

@pnathan
Copy link
Owner

pnathan commented Nov 10, 2014

For integers...

+Integers are whole numbers. Positive numbers may be prefixed with a plus sign.
+Negative numbers are prefixed with a minus sign.

+Leading zeros are not allowed. Hex, octal, and binary forms are not allowed.
+Values such as "infinity" and "not a number" that cannot be expressed as a
+series of digits are not allowed.
+
+64 bit (signed long) range expected (−9,223,372,036,854,775,808 to
+9,223,372,036,854,775,807).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant