Skip to content

Commit e3a8b21

Browse files
authored
added fortran_ast_asr_json_visualizer to static analysis
1 parent e9d0751 commit e3a8b21

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
@@ -715,6 +715,8 @@ from sourceryinstitute
715715

716716
[FortranAS](https://github.com/akoerner/FortranAS): [Antlr4](https://github.com/antlr/antlr4)-powered FORTRAN parsing and code clone detection tool. FortranAS leverages grammars-v4 to generate parsers and lexers and supports any FORTRAN version with available corresponding grammars.
717717

718+
[fortran_ast_asr_json_visualizer](https://github.com/ubaidsk/fortran_ast_asr_json_visualizer): interactive web-based visualization tool for Fortran Abstract Syntax Tree and Abstract Semantic Representation, using LFortran, by Ubaid Shaikh
719+
718720
[fortran_call_tree](https://github.com/fgeter/fortran_call_tree): Python script to read free format Fortran code and write a subroutine/function call tree in .dot format, by fgeter
719721

720722
[FortranProcedureDictionary](https://github.com/AkhilAkkapelli/FortranProcedureDictionary): parses Fortran source files and extract information about procedures such as main programs, modules, functions, and subroutines, by Akhil Akkapelli. It utilizes the [ANTLR4](https://www.antlr.org/) library through PyCall to parse Fortran syntax and generates a text file containing the extracted procedure details.

0 commit comments

Comments
 (0)