Skip to content

pslacerda/CobolCallGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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