Parser.Named<T> method

Reports a named failure with the specified name if the parser fails.

public static IParser<T> Named<T>(this IParser<T> parser, string name)

See Also