LimitedRepeatingParser(Parser<R> delegate, this.limit, int min, int max) : super(delegate, min, max);