# File lib/parslet/atoms/visitor.rb, line 51
    def accept(visitor)
      visitor.visit_repetition(@tag, min, max, parslet)
    end