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
An issue have arisen in my parser: avakar/pytoml#9, and I find specs ambiguous about this. In particular, it says
An exponent part is an E (upper or lower case) followed by an integer part (which may be prefixed with a plus or minus sign).
Does the phrase integer part mean it's an integer as specified in the Integer section of the specs and thus disallows leading zeros? In other words, is the following a valid TOML file?