Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Re: ptp-dev Digest, Vol 1, Issue 3

We have a program called "moddep", it is written in C and uses a commercial
frontend to parse the Fortran application, determine the interdependency of
all the Fortran modules (this is important!), and generates a makefile
(standard unix make) and a XML representation of the application structure
(SIR). SIR contains only the rough structure of the program, and does not
contain all the information of a AST.
A description of SIR can be found at
http://dps.uibk.ac.at/~truong/publications/auroratr2004-18.pdf .
In that specification, the SIR is defined with a XML DTD. SIR is not related
with the CDT AST, it is simply displayed in a tree viewer of the outline
view to give out the outline of the current Fortran file. SIR has nothing to
do with DOM as well.

Regards,
Tianchao

----- Original Message -----
From: <ptp-dev-request@xxxxxxxxxxx>
To: <ptp-dev@xxxxxxxxxxx>
Sent: Tuesday, April 12, 2005 5:59 PM
Subject: ptp-dev Digest, Vol 1, Issue 3


> Send ptp-dev mailing list submissions to
> ptp-dev@xxxxxxxxxxx
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
> or, via email, send a message with subject or body 'help' to
> ptp-dev-request@xxxxxxxxxxx
>
> You can reach the person managing the list at
> ptp-dev-owner@xxxxxxxxxxx
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of ptp-dev digest..."
>
>
> Today's Topics:
>
>    1. parsing (Craig Rasmussen)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 11 Apr 2005 15:26:01 -0600
> From: Craig Rasmussen <crasmussen@xxxxxxxx>
> Subject: [ptp-dev] parsing
> To: ptp-dev@xxxxxxxxxxx
> Message-ID: <91f065d1a523a31338aa84ca02a49d3e@xxxxxxxx>
> Content-Type: text/plain; charset=US-ASCII; format=flowed
>
> I'd like to open a discussion of Fortran parsing and how it fits
> into the CDT AST and DOM.  I know that Tianchao has done
> this.  Perhaps he could respond and briefly describe what he
> does after creation of an xml file representing the AST.
>
> A few specific questions for Tianchao:
>
> 1. Where can I find documentation about the xml representation?
>
> 2. How is the xml plugged into the CDT AST?
>
> 3. What does DOM have to do with it (if anything).  I know this
> is a stupid question, I should just go read the DOM documentation.
>
> Cheers,
> Craig
>
>
>
> ------------------------------
>
> _______________________________________________
> ptp-dev mailing list
> ptp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-dev
>
>
> End of ptp-dev Digest, Vol 1, Issue 3
> *************************************
>
>





Back to the top