Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Julia language support
  • Loading branch information
koknat committed Sep 27, 2021
1 parent 002d443 commit c1164d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Each oval represents a function, and each arrow indicates a function call.<br>
In the diagram below, the main program is represented by node MAIN. It calls 6 functions, one of which calls 9 other functions.<br>
<br>
callGraph statically generates a call graph image and displays it on screen.<br>
Supported languages are: awk, bash, basic, dart, fortran, go, lua, javascript, kotlin, matlab, perl, pascal, php, python, R, raku, ruby, rust, scala, swift, and tcl.<br>
Supported languages are: awk, bash, basic, dart, fortran, go, lua, javascript, julia, kotlin, matlab, perl, pascal, php, python, R, raku, ruby, rust, scala, swift, and tcl.<br>
<br>
c/c++/java are not supported, since their complex and varied syntax requires heavy machinery.<br>

Expand Down

0 comments on commit c1164d3

Please sign in to comment.