# File lib/parslet/atoms/visitor.rb, line 69
    def accept(visitor)
      visitor.visit_lookahead(positive, bound_parslet)
    end