You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code2flow generates [call graphs](https://en.wikipedia.org/wiki/Call_graph) for dynamic programming language. Code2flow supports Python, Javascript, Ruby, and PHP.
6
6
@@ -18,7 +18,7 @@ Code2flow is useful for:
18
18
19
19
Code2flow will provide a *pretty good estimate* of your project's structure. No algorithm can generate a perfect call graph for a [dynamic language](https://en.wikipedia.org/wiki/Dynamic_programming_language) - even less so if that language is [duck-typed](https://en.wikipedia.org/wiki/Duck_typing). See the known limitations in the section below.
20
20
21
-
*(Below: Code2flow running against a subset of itself)*
21
+
*(Below: Code2flow running against a subset of itself`code2flow code2flow/engine.py code2flow/python.py --target-function=code2flow --downstream-depth=3`)*
22
22
23
23

24
24
@@ -52,7 +52,7 @@ Or, for javascript:
52
52
code2flow myjavascriptfile.js
53
53
```
54
54
55
-
You can also specify multiple files or import directories:
55
+
You can specify multiple files or import directories:
0 commit comments