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/
[email protected]




_______________________________________________
geda-user mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to