# File lib/parslet/atoms/dsl.rb, line 23
  def repeat(min=0, max=nil)
    Parslet::Atoms::Repetition.new(self, min, max)
  end