# File lib/parslet/atoms/visitor.rb, line 77
    def accept(visitor)
      visitor.visit_re(match)
    end