reazen / relude-parse

Monadic parsing with Relude
MIT License
36 stars 6 forks source link

Decimal/BigDecimal parser #14

Open andywhite37 opened 5 years ago

andywhite37 commented 5 years ago

Once relude has more complete Decimal and/or BigDecimal types, we it would be nice to have some parsers for these data types. Since they are fairly primitive, I think those parsers can live in this repo as extras.