Re: Can I get access to an AST of parsed ADA code?
- From: "Marc A. Criley" <mcNOSPAM@xxxxxxxxx>
- Date: Tue, 23 May 2006 15:40:15 -0500
ssaammee@xxxxxxxxx wrote:
I have legacy ADA and C++ code, and I need to export this code into an
XML format so I can create a tool to analyze and work with it. I tried
various tree-dump-* commands with g++ and didn't find anything that
looked to be read-able or anything that was at a high level like my
code (GIMPLE was much to low level for me because I want to maintain
variable names and such).
Is there a way I can access the parser for either C++ or ADA so that I
can access a high level parsed version of my code? If not, can a parser
dump command be recommended?
For C++ you can use GCC_XML from http://www.gccxml.org/HTML/Index.html, and for Ada you have ASIS2XML, http://www.pushface.org/asis2xml.
For Ada the code will have to be compilable by a version of GNAT with its corresponding ASIS implementation.
-- Marc A. Criley
-- McKae Technologies
-- www.mckae.com
-- DTraq - XPath In Ada - XML EZ Out
.
- Follow-Ups:
- Re: Can I get access to an AST of parsed ADA code?
- From: idbaxter
- Re: Can I get access to an AST of parsed ADA code?
- References:
- Can I get access to an AST of parsed ADA code?
- From: ssaammee@xxxxxxxxx
- Can I get access to an AST of parsed ADA code?
- Prev by Date: Re: What is Delta??
- Next by Date: Re: ANN: Ada source code decorator
- Previous by thread: Can I get access to an AST of parsed ADA code?
- Next by thread: Re: Can I get access to an AST of parsed ADA code?
- Index(es):
Relevant Pages
|
|