Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ho95b.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!ho95b!wcs From: wcs@ho95b.UUCP (Bill Stewart) Newsgroups: net.lang.f77 Subject: Re: Translator from Rat4 to F77? Message-ID: <453@ho95b.UUCP> Date: Tue, 4-Jun-85 17:37:19 EDT Article-I.D.: ho95b.453 Posted: Tue Jun 4 17:37:19 1985 Date-Received: Thu, 6-Jun-85 02:54:09 EDT References: <26610@lanl.ARPA> <2850003@acf4.UUCP> <875@sdcsla.UUCP> Organization: AT&T Bell Labs, Holmdel NJ Lines: 7 Assuming that by "Rat4" you mean the Ratfor language, the software you want is called "ratfor", and lives on System 3, System V, 4.1BSD, and probably 4.2BSD(?). It takes an input language consisting of old-fortran plus some decent control structures (if-then-else, while, C-style for(;;),...) and handles free-format input and some other preprocessor stuff. The output is vanilla fortran 77, assuming that the input wasn't fortran-66 dependent (e.g. one-trip do-loops, etc.).