Succeeds if the specified parser also succeeds afterward (ignoring its result).
public static IParser<TValue> FollowedBy<TValue, TFollowing>(this IParser<TValue> parser, IParser<TFollowing> followedBy)