ekmett / parsers

Generic parser combinators
Other
88 stars 38 forks source link

Implements token parsers for Scientific values #46

Closed jcpetruzza closed 9 years ago

jcpetruzza commented 9 years ago

It introduces three new parsers: scientific, naturalOrScientific and integerOrScientifc, that behave just like their "Double" counterparts, but without losing precision.

This was also suggested in #33.

ekmett commented 9 years ago

Makes sense to me.