Related articles |
---|
Fortran to Pascal Translator andre@vemco.com (Andre Chouinard) (2001-01-18) |
Re: Fortran to Pascal Translator guerby@acm.org (Laurent Guerby) (2001-01-19) |
Re: Fortran to Ada or Pascal Translator gdemont@my-deja.com (2001-01-26) |
Re: Fortran to Ada or Pascal Translator duncan@cs.rpi.edu (Art Duncan) (2001-01-26) |
From: | gdemont@my-deja.com |
Newsgroups: | comp.compilers |
Date: | 26 Jan 2001 16:54:59 -0500 |
Organization: | Deja.com |
References: | 01-01-098 01-01-116 |
Keywords: | Fortran, Ada, translator |
Posted-Date: | 26 Jan 2001 16:54:59 EST |
Laurent Guerby:
> There's a Fortran to Ada source translator at [...]
Yes it does a fair job - of course there is always manual rework to do
after.
BTW, according to the nature of the program (e.g. numerics), I
recommend to keep the project in Ada instead of re-translating to the
older Pascal: Ada offers unconstrained array types that matches the
flexibility of Fortran, but with a strong-typing even better than
Pascal. With fixed-sized types you will get stuck in Pascal for
numerics.
Read more below.
HTH
_____________________________________________________
Gautier -- http://www.diax.ch/users/gdm/pascada.htm
Return to the
comp.compilers page.
Search the
comp.compilers archives again.