howyp / ropes

Stronger strings! Declare your string format as a type, and get parsers, writers, composition and generators for free.
https://howyp.github.io/ropes/
Apache License 2.0
7 stars 0 forks source link

Numerical Ropes #14

Closed howyp closed 5 years ago

howyp commented 5 years ago

I think a really common use-case is that part of a string contains a numerical value (Integer, Long, and less commonly a Double) in a particular format. It would be great to have a rope which allows this to be specified.

howyp commented 5 years ago

The Digit type has started building out support for these.

howyp commented 5 years ago

Now supported via Digit and friends