RepeaterParser<E> getRepeater(int min, int max, {String? source}) { return GeneralRepeaterParser(min, max, this, source: source); }