Document: sheltran Purpose: Compiles SHELTRAN source code into FORTRAN 77. Category: SYSTEM Author: K.G. Begeman Use: On unix systems: sheltran source [-I] [-f] [-l[] [-ln]] source source file containing SHELTRAN code (must have extension .shl). -I directory where to look for include files (default is current directory). -f do not produce a fortran source. -l create SHELTRAN listing according to the listing option (can be 0, 1, 2, or 3, 1 is default). -ln lines per page for listing (default is 57). On VMS systems: SHELTRAN SOURCE[/INCLUDE=][/NOFOR] [/LIST[/LO=][/LPP=]] SOURCE source file containing SHELTRAN code (must have extension .shl). /INCLUDE= directory where to look for include files (default is current directory). /NOFOR do not produce a fortran source. /LIST produce SHELTRAN listing /LO= create SHELTRAN listing according to the listing option (can be 0, 1, 2, or 3, 1 is default). /LPP= lines per page for listing (default is 57). Related Docs: sheltran.tex for ans explanation of the language. Updates: Jun 17, 1991: KGB Document created. Sep 14, 2007: JPT Colon edit descriptor fix for gfortran.