Succeeds only at the end of the text.
public static IParser<T> End<T>(this IParser<T> parser)
Succeeds with the specified value only at the end of the text.
public static IParser<T> End<T>(T value)