From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,65f843fd61eafb22 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!atl-c08.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!KNOLOGY.NET-a2kHrUvQQWlmc!not-for-mail Date: Wed, 24 May 2006 12:16:48 -0500 From: "Marc A. Criley" User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Can I get access to an AST of parsed ADA code? References: <1148411956.791815.32040@j33g2000cwa.googlegroups.com> <1017f$4473732d$45491254$31569@KNOLOGY.NET> <1148478976.464909.291880@38g2000cwa.googlegroups.com> In-Reply-To: <1148478976.464909.291880@38g2000cwa.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <441fe$447494fd$45491254$10540@KNOLOGY.NET> X-Complaints-To: abuse@usenetserver.com Organization: UseNetServer.com X-Trace: 441fe447494fde0ecb7f110540 Xref: g2news2.google.com comp.lang.ada:4419 Date: 2006-05-24T12:16:48-05:00 List-Id: idbaxter@semdesigns.com wrote: > Marc A. Criley wrote: >> For C++ you can use GCC_XML from http://www.gccxml.org/HTML/Index.html, > > My understanding is that GCC_XML does not output function bodies > (see thier web page). Yep, that's correct. So it depends on what one needs to do with the C++. If the need is to work mostly with declarations (which is all I care about), then GCC_XML should suffice. If the analysis needs to be more comprehensive, processing the executable content as well, then one has to look elsewhere. -- Marc A. Criley -- McKae Technologies -- www.mckae.com -- DTraq - XPath In Ada - XML EZ Out