ratfor
Rational Fortran preprocessor for Fortran 77
Install
- All systems
-
curl cmd.cat/ratfor.sh
- Debian
-
apt-get install ratfor
- Ubuntu
-
apt-get install ratfor
- Kali Linux
-
apt-get install ratfor
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ratfor
- OS X
-
brew install ratfor
- Raspbian
-
apt-get install ratfor
- Dockerfile
- dockerfile.run/ratfor
ratfor
Rational Fortran preprocessor for Fortran 77
Ratfor77 is a preprocessor that converts the Rational Fortran dialect into ordinary Fortran 77. The output can then be compiled using g77 or f2c + gcc. The Ratfor dialect provides C-like control structures and some syntactic sugar that makes Fortran programs easier to read and write.