ratfor

Converts Rational Fortran (ratfor) source code to standard Fortran

brewmacoslinux
Try with needOr install directly
Source

About

Rational Fortran

Commands

ratfor

Examples

Convert a ratfor source file to Fortran$ ratfor input.r > output.f
Process ratfor file with specific output format$ ratfor -l input.r > output.f
Convert and compile ratfor directly to object code$ ratfor program.r | gfortran -o program -