Path to this page:
./
devel/ratfor,
Preprocessor for the Ratfor dialect of Fortran
Branch: pkgsrc-2015Q1,
Version: 1.0nb1,
Package name: ratfor-1.0nb1,
Maintainer: pkgsrc-usersRatfor is a preprocessor for Fortran code that allows the use C-like
flow expressions. Ratfor was invented by Brian Kernigham. Statements
on a line may be separated by a ";". Statements may be grouped
together with braces }. Do loops do not require statement numbers
because {} defines the range, etc. The Fortran relational operators
.gt.,.ge,.ne., etc. may be written >,<=,!=,etc. All of these are
translated into Fortran 77 by Ratfor. Ratfor also frees you from
Fortran's strict indentation rules. Anything from a # to the end of
the line is a comment.
Master sites:
SHA1: 81a25d292c9c6daf5d244fce523fe97da6d068e5
RMD160: ce4dfc948060ff2e61afb727e4ade967e81e29a4
Filesize: 16.881 KB
Version history: (Expand)
- (2015-04-03) Package added to pkgsrc.se, version ratfor-1.0nb1 (created)