[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: PCB format wishlist



On Sep 5, 2010, at 10:43 AM, Stephan Boettcher wrote:

> Yes, the gschem file format is much less accessible for
> hand/awk/sed-editing than the pcb file format.  

Huh? gschem format is *trivial* to parse in awk. Use rules like:

$1==L {
	x1 = $2
	y1 = $3
	...

Or for simple things just skip the symbolic names. XML is much harder.

John Doty              Noqsi Aerospace, Ltd.
http://www.noqsi.com/
jpd@xxxxxxxxx




_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user