CallGraph::Lang::Fortran 0.55 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 6K
Developer: Ivan Tubert
0 stars award from rbytes.net

CallGraph::Lang::Fortran is a Perl module with a Fortran 77 parser for creating call graphs.

SYNOPSIS

use CallGraph::Lang::Fortran;
my $graph = CallGraph::Lang::Fortran->new(files => [glob('*.f')]);
print $graph->dump;

This module is a subclass of CallGraph which implements parsing Fortran 77 code for building the call graph.

Requirements:
Perl

CallGraph::Lang::Fortran 0.55 keywords