terryyin / lizard

A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
Other
1.82k stars 248 forks source link

Added Fortran support #322

Closed Wonshtrum closed 3 years ago

Wonshtrum commented 3 years ago

Hello,

I wanted to use codemetrics hotspots on some Fortran projects. So I added Fortran support to lizard along with unitests. Would you be interested in officially adding this FortranReader?

terryyin commented 3 years ago

This looks very cool. Thanks!