Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 498 Bytes

File metadata and controls

11 lines (8 loc) · 498 Bytes

CobolCallGraph

This is an online app to generate a call graph (also known as call hierarchy) of Cobol programs. It support fixed format programs, i.e. code must be between the columns 7 and 72.

It can be rendered on Graphviz or D3.

Usage

You can test this application here.

Authors