This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fortran parser


 

--- On Fri, 11/28/08, Philippe Marguinaud <philippe.marguinaud@meteo.fr> wrote:

> From: Philippe Marguinaud <philippe.marguinaud@meteo.fr>
> Subject: Fortran parser
> To: fortran@gcc.gnu.org
> Date: Friday, November 28, 2008, 8:22 AM
> Hi all,
> 
> I have been working for a few years on how to parse Fortran
> for code 
> maintenance purposes. I have hacked the g95 parser and I
> have now some 
> good results. You can read the whole story at 
> http://g95-xml.sourceforge.net/.
 

the uses i see here are not compelling enough to add this kind of feature.
but, if this could be used for the intermediate representation of the .mod files...

(my memory of the mod files is that they are encoded into a very 'tight' representation and go to and from disk very quickly, but the related symbol table operations make it relatively slow).

perhaps i am missing something here ? are there other uses for the output?


--bud




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]