Module prelude

Source

Functionsยง

branch
Branch into a parser when and only when encountering the begin pattern.
not_containing
Parses any non-empty string that does not contain any of the patterns as a substring.
not_starting_with
Parses a string until it diverges from all of the patterns.