# File lib/parslet/atoms/visitor.rb, line 86
  def accept(visitor)
    visitor.visit_parser(root)
  end