X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Tue, 29 Jan 2013 11:56:44 -0500 Message-Id: <201301291656.r0TGuix1011799@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: <1359476624.4235.9.camel@AMD64X2> (message from Stefan Salewski on Tue, 29 Jan 2013 17:23:44 +0100) Subject: Re: [geda-user] C/C++ parsing library for PCB file format? References: <1359476624 DOT 4235 DOT 9 DOT camel AT AMD64X2> 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 The file format is a flex/bison language, you could extract the parser from the pcb source tree and use it as-is. Also, you could write your app as a pcb plugin and invoke it from pcb's command line each time...