X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=vEsvYyPUYrePEYWk+u6ztnuUpkeOY0IA7my/iawvT40=; b=d5C9D4qult1r0nnq+ebudi4QK9NU/j2mvG8Tez77C+DZMY5pUmLzakHu2qzGkALCE/ hO1KAEOlo2Obq38Mku7h3swNrVszhdXslEDDQOLM29k10QJgUty908iUJBre4bcv5lYh jUJwmprj+FFdY5E16NmQ0Kx2pQRKegV/aweK8GYiesepkRkae7Pija9TpYp4b9Bs6A0r +Opaz7O5J2pyetuGltmWCDhZ3sm0xUtKUSpkoiHw5axitwD6/HqSJwD0QjqwhKdtAPSr lpTZ3fbN6TKjPB0TFDDt+QNb1vxizhcDnTXZJof5eqqT4QcZXdh1tQJMLbxFsMNrmomY nt+g== X-Received: by 10.28.226.139 with SMTP id z133mr5410178wmg.75.1451062901550; Fri, 25 Dec 2015 09:01:41 -0800 (PST) Date: Fri, 25 Dec 2015 18:01:40 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] A fileformat library Message-Id: <20151225180140.ce598b78de69234ce0fb3d60@gmail.com> In-Reply-To: References: <0F6F1D0F-4F07-48EA-90FE-836EAD4E2354 AT noqsi DOT com> <20151223194905 DOT 7676 DOT qmail AT stuge DOT se> <0AB5D926-731F-4A49-AA26-D06DAE7C2CB0 AT noqsi DOT com> <201512240626 DOT tBO6QuW0031998 AT envy DOT delorie DOT com> <20151224151824 DOT 27526 DOT qmail AT stuge DOT se> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > S-records, of course, are famous as a general-purpose representation of structure. But .sch is easier to parse AWK-style or scanf-style. Pretty much anything can do that without extra layers of lasagna code. > > In addition, we have structure in another dimension through source= attributes in symbols. This is a really important point. A line may be part of a: symbol/footprint, net and layer at the same time. There is also a need to handle the objects in different dimensions.