Chains a left-associative unary operator to the parser.
public static IParser<TValue> ChainUnary<TValue, TOperator>(this IParser<TValue> parser, IParser<TOperator> opParser, Func<TOperator, TValue, TValue> apply)