Re: Loop dependency analysis for C programs

"Dmitry Marienko" <dima@rts.ua>
1 Dec 2006 09:18:12 -0500

          From comp.compilers

Related articles
Loop dependency analysis for C programs renjith.varma@gmail.com (renjith.varma@gmail.com) (2006-11-29)
Re: Loop dependency analysis for C programs DrDiettrich1@aol.com (Hans-Peter Diettrich) (2006-11-29)
Re: Loop dependency analysis for C programs renjith.varma@gmail.com (renjith.varma@gmail.com) (2006-11-30)
Re: Loop dependency analysis for C programs dima@rts.ua (Dmitry Marienko) (2006-12-01)
Re: Loop dependency analysis for C programs Sid.Touati@inria.fr (Sid Touati) (2006-12-01)
Re: Loop dependency analysis for C programs notme@nowhere.com (Paul Anderson) (2006-12-01)
Re: Loop dependency analysis for C programs neal.wang@gmail.com (neal) (2006-12-01)
Re: Loop dependency analysis for C programs robert.hundt@gmail.com (Robert H) (2006-12-03)
| List of all articles for this month |

From: "Dmitry Marienko" <dima@rts.ua>
Newsgroups: comp.compilers
Date: 1 Dec 2006 09:18:12 -0500
Organization: RTSU
References: 06-11-118 06-11-128 06-11-134
Keywords: analysis
Posted-Date: 01 Dec 2006 09:18:12 EST

Hi !
> I got one parser named 'ELSA'. It has the option to write the AST into
> an XML file. I think i can use some xml parser to get an AST data
> structure from that. But is there any other tool that provides an AST
> that can be directly used in my program?


        Look at ANTLR tool (http://www.antlr.org/). It produces AST and you can
parse this one in your program.
--
dima



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.