NAME
recinfo - find recursion information
SYNOPSIS
recinfo infile outfile { infile outfile } *
DESCRIPTION
The recinfo program does simple analysis to find procedures that are guaranteed not to be called recursively, directly or indirectly. It only keeps one procedure in memory at a time and only runs one pass on each procedure.
HISTORY
This program was written by Chris Wilson.