Table of contents


NAME

sf3tags - Make Emacs TAGS file from SFTRAN3 and Fortran files

SYNOPSIS

sf3tags

sf3tags reads the Fortran and/or SFTRAN3 files on the command line and writes a TAGS file in the current directory for the tags facility in GNU Emacs.

This program is an improvement over the normal Emacs etags utility for Fortran files, because the latter only recognizes module headers, while sf3tags recognizes DATA and PARAMETER statements, and SFTRAN3 PROCEDURE statements.

The code in sf3tags is written in nawk(1), and can be trivially modified to support other languages.


SEE ALSO

ctags(1), etags(1).

AUTHOR

Nelson H. F. Beebe, Ph.D.

Center for Scientific Computing

Department of Mathematics

South Physics Building

University of Utah

Salt Lake City, UT 84112

Tel: (801) 581-5254

FAX: (801) 581-4148

Email: <beebe@math.utah.edu>