Skip to content

Fix parsing of doubles with exponential part

Carlos Garnacho requested to merge wip/carlosg/issue-84 into master

There are greediness issues in the parser that make it leave the exponent out when parsing double numeric types.

Closes: #84 (closed)

Edited by Carlos Garnacho

Merge request reports