Code2flow generates call graphs for dynamic programming language. Code2flow supports Python, JavaScript, Ruby, and PHP. The basic algorithm is simple: Translate your source files into ASTs. Find all function definitions. Determine where those functions are called. Connect the dots. Code2flow is useful for: Untangling spaghetti code. Identifying orphaned functions. Getting new developers up to spee

