# File lib/parslet/export.rb, line 14
      def visit_str(str)
        "\"#{str.inspect[1..-2]}\""
      end