Skip to content

Commit 47e1ea7

Browse files
authored
added gfModParser to static analysis
1 parent ead7b20 commit 47e1ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ from sourceryinstitute
753753

754754
[fxtran](https://github.com/pmarguinaud/fxtran): parses Fortran source code and decorates it with XML tags. The result is an XML file which can be searched with XPath, and modified with the DOM API.
755755

756+
[gfModParser](https://github.com/rjfarmer/gfModParser): parser for gfortran's Fortran module file format, by Robert Farmer. Requires gfortran>=8.0, works with Python >= 3.9.
757+
756758
[i-CodeCNES](https://github.com/cnescatlab/i-CodeCNES): static code analysis tool to help developers write code compliant with CNES coding rules for Fortran 77, Fortran 90 and Shell, from cnescatlab. Related project: [sonar-icode-cnes-plugin](https://github.com/cnescatlab/sonar-icode-cnes-plugin)
757759

758760
[K-scope](https://github.com/K-scope/K-scope): source code analysis tool with graphical user interface that visualizes program structures for Fortran 90 and FORTRAN 77 source code. This tool simply visualizes call tree from AST based on compiler's static analysis.

0 commit comments

Comments
 (0)