Source code beautifier for f90 and f77
  Home FAQ Contact Sign in
comp.lang.fortran only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.fortran Profile…
 Up
Source code beautifier for f90 and f77         


Author: Arjan
Date: Sep 11, 2008 10:15

Hi!

I have loads of legacy code in f77 and written lots of f90 code
myself.
To make the code easier to read and to give all sources a uniform
look,
I would like to pass my code through a program that tidies up the lay-
out.
Preferably according to my own settings and preferences.

Who knows about a utility to do this? Freeware maybe?

Thanks!

Arjan
6 Comments
Re: Source code beautifier for f90 and f77         


Author: Ragu
Date: Sep 11, 2008 10:42

Via googling, I was able to find floppy

http://www.netlib.org/floppy/. Not sure how it works.
no comments
Re: Source code beautifier for f90 and f77         


Author: Tim Prince
Date: Sep 11, 2008 11:12

Ragu wrote:
> Via googling, I was able to find floppy
>
> http://www.netlib.org/floppy/. Not sure how it works.
>
>
It's clearly documented as requiring f77 source code.
Among commercial offerings, http://www.polyhedron.com/spag0html should
be considered.
no comments
Re: Source code beautifier for f90 and f77         


Author: Dan Nagle
Date: Sep 11, 2008 11:19

Hi,

You might want to see whether Michel Olagnon's f90ppr
will do what you want.

On 2008-09-11 13:15:25 -0400, Arjan said:
Show full article (0.58Kb)
no comments
Re: Source code beautifier for f90 and f77         


Author: Arjan
Date: Sep 11, 2008 12:07

> You might want to see whether Michel Olagnon's f90ppr
> will do what you want.

Looks interesting, I'll try it tomorrow!

Thanks!

A.
no comments
Re: Source code beautifier for f90 and f77         


Author: Lynn McGuire
Date: Sep 18, 2008 13:25

> Who knows about a utility to do this? Freeware maybe?

There is For_Struct from Cobalt Blue:
http://www.cobalt-blue.com/fs/fsmain.htm

I have never used it so I dont know how well it works.

Lynn
no comments
Re: Source code beautifier for f90 and f77         


Author: Luka Djigas
Date: Sep 18, 2008 13:48

On Thu, 11 Sep 2008 10:15:25 -0700 (PDT), Arjan
wrote:
>Hi!
>
>I have loads of legacy code in f77 and written lots of f90 code
>myself.
>To make the code easier to read and to give all sources a uniform
>look,
>I would like to pass my code through a program that tidies up the lay-
>out.
>Preferably according to my own settings and preferences.
>
>Who knows about a utility to do this? Freeware maybe?
>
>Thanks!
>
>
>Arjan

Doesn't "tidy" do this?
Show full article (0.62Kb)
no comments

RELATED THREADS
SubjectArticles qty Group
F90 Compiler Not Working for F77 Codes on Maccomp.lang.fortran ·