r1chardj0n3s / parse

Parse strings using a specification based on the Python format() syntax.
http://pypi.python.org/pypi/parse
MIT License
1.72k stars 101 forks source link

Handle Fortran formatted float numbers #97

Closed purpleskyfall closed 4 years ago

purpleskyfall commented 4 years ago

Fortran formatted float number may have a negative sign before decimal dot, like '-.1234'

r1chardj0n3s commented 4 years ago

The PR diff and description do not match. Please update the PR with new test cases showing the specific number formats your PR is supporting, thanks!