Parser.Append<T> method

Appends a successfully parsed value to the end of a successfully parsed collection.

public static IParser<IReadOnlyList<T>> Append<T>(this IParser<IEnumerable<T>> firstParser, 
    IParser<T> secondParser)

See Also