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 number, Bug fix & test case. #98

Closed purpleskyfall closed 4 years ago

purpleskyfall commented 4 years ago

Floats have no leading zero often output by Fortran, like: '.31415' or '-.31415'.

r1chardj0n3s commented 4 years ago

Thanks!