Some aliases for oft occurring constructs
Iterating combinators, all in a greedy (default) and a non-greedy (ending with _ng
) variant
Recognising list like structures
Recognising list structures with separators
Combinators for chained structures
Treating the operator as right associative
Treating the operator as left associative
Repeating parsers
Counting Parser
Miscelleneous