j-mie6 / parsley

A fast and modern parser combinator library for Scala
https://j-mie6.github.io/parsley/
BSD 3-Clause "New" or "Revised" License
175 stars 15 forks source link

`whenS` and `whileS` should be curried #184

Open j-mie6 opened 1 year ago

j-mie6 commented 1 year ago

For a cleaner "syntax", both of these combinators should be curried. It's unclear whether this can be done as a minor change without causing a clash?