Clarification on numeric literals #171
Answered
by
zkat
benjreinhart
asked this question in
Q&A
-
Hello... I am looking for some clarification around a couple things related to numbers. (Apologize in advance if this is obvious to everyone, I am new to implementing parsers and interpreting language specs).
If folks think it would be helpful to make any of the above worded more explicitly in the spec, I'd be happy to take a stab at that. 🙏🏻 |
Beta Was this translation helpful? Give feedback.
Answered by
zkat
Sep 16, 2021
Replies: 1 comment
-
Spec ref:
Translation:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zkat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec ref:
Translation:
'0x' hex-digit (hex-digit | '_')*
)exponent
above)