-
Notifications
You must be signed in to change notification settings - Fork 836
Open
Description
This is a followup to #1402 which was merged in #1608. The merged implementation only includes range variants for many
and fold
. More parsers were mentioned as candidates in #1402.
This issue tracks the status of those candidates for conversion to a range syntax.
Current candidates
- take_till* (take_till, take_till1)
- take_while* (take_while, take_while1, take_while_m_n)
- take_until* (take_until, take_until1)
- many_till
- seperated_list* (seperated_list0, seperated_list1)
Metadata
Metadata
Assignees
Labels
No labels