parjs
parjs copied to clipboard
Float parser: allow implicit exponentiation sign
Currently, something like 1e7 would fail the float parser where it could be interpreted as 1e+7. FWIW, JavaScript allows 1e7 so it would be nice to have this baked into the standard parser.