11/3/71 /ETC/F1, F2, F3, F4 (VII)
NAME f1, f2, f3, f4 -- Fortran compiler
SYNOPSIS --
DESCRIPTION These programs represent the four phases of a
Fortran compilation:
f1: specification statements
f2: common and equivalence allocation
f3: executable statements
f4: cleanup
Each exec's the next; the first is called by the
for command.
FILES f.tmp1, f.tmp2, f.tmp3
SEE ALSO for
DIAGNOSTICS --
BUGS Besides the fact that there is a good deal of the
Fortran language missing; there is no for com-
mand; Fortran is invoked via a command file.
OWNER ken, dmr