You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But a literal reading of the grammar for IntValue simply says that 00 is two IntValue tokens, each with a value of 0.
This is obviously not useful; first there's no place in the grammar where two IntValue tokens may appear next to each other, and second, it would be really confusing.
But the spec should probably change its grammar to explicitly call this out.