Parser.Many<T> method

Always succeeds. The value is a collection of as many items as can be successfully parsed.

public static IParser<IReadOnlyList<T>> Many<T>(this IParser<T> parser)

See Also