[][src]Module nom_supreme::multi

Additional parser combinators for running subparsers in a loop. Generally designed to try to provide more useful errors by being aware of a terminal condition.

Functions

parse_separated_terminated

The perfected folding parser. Parses a series of 1 more more things, separated by some separator, terminated by some terminator, folding all of them together.

parse_separated_terminated_res

The perfected folding parser. Parses a series of 1 more more things, separated by some separator, terminated by some terminator, folding all of them together with a fallible fold function.