├── LICENSE ├── README.md ├── callGraph ├── callGraph.orig ├── callGraph.png └── test ├── callGraph.t ├── example.awk ├── example.bas ├── example.cpp ├── example.dart ├── example.go ├── example.java ├── example.js ├── example.kt ├── example.lua ├── example.m ├── example.php ├── example.pl ├── example.py ├── example.r ├── example.rb ├── example.rs ├── example.sc ├── example.sh ├── example.swift ├── example.tcl ├── example2.pl ├── example_helper_lib.pm └── regression ├── example.awk.golden.dot ├── example.awk.golden.png ├── example.bas.golden.dot ├── example.bas.golden.png ├── example.dart.golden.dot ├── example.dart.golden.png ├── example.go.golden.dot ├── example.go.golden.png ├── example.js.golden.dot ├── example.js.golden.png ├── example.kt.golden.dot ├── example.kt.golden.png ├── example.m.golden.dot ├── example.m.golden.png ├── example.php.golden.dot ├── example.php.golden.png ├── example.pl.golden.dot ├── example.pl.jsnIn.golden.dot ├── example.pl.jsnIn.golden.png ├── example.pl.ymlIn.golden.dot ├── example.pl.ymlIn.golden.png ├── example.py.golden.dot ├── example.py.golden.png ├── example.r.golden.dot ├── example.r.golden.png ├── example.rb.golden.dot ├── example.rb.golden.png ├── example.rs.golden.dot ├── example.rs.golden.png ├── example.sc.golden.dot ├── example.sc.golden.png ├── example.sh.golden.dot ├── example.sh.golden.png ├── example.swift.golden.dot ├── example.swift.golden.png ├── example.tcl.golden.dot └── example.tcl.golden.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/README.md -------------------------------------------------------------------------------- /callGraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/callGraph -------------------------------------------------------------------------------- /callGraph.orig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/callGraph.orig -------------------------------------------------------------------------------- /callGraph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/callGraph.png -------------------------------------------------------------------------------- /test/callGraph.t: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/callGraph.t -------------------------------------------------------------------------------- /test/example.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.awk -------------------------------------------------------------------------------- /test/example.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.bas -------------------------------------------------------------------------------- /test/example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.cpp -------------------------------------------------------------------------------- /test/example.dart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.dart -------------------------------------------------------------------------------- /test/example.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.go -------------------------------------------------------------------------------- /test/example.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.java -------------------------------------------------------------------------------- /test/example.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.js -------------------------------------------------------------------------------- /test/example.kt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.kt -------------------------------------------------------------------------------- /test/example.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.lua -------------------------------------------------------------------------------- /test/example.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.m -------------------------------------------------------------------------------- /test/example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.php -------------------------------------------------------------------------------- /test/example.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.pl -------------------------------------------------------------------------------- /test/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.py -------------------------------------------------------------------------------- /test/example.r: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.r -------------------------------------------------------------------------------- /test/example.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.rb -------------------------------------------------------------------------------- /test/example.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.rs -------------------------------------------------------------------------------- /test/example.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.sc -------------------------------------------------------------------------------- /test/example.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.sh -------------------------------------------------------------------------------- /test/example.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.swift -------------------------------------------------------------------------------- /test/example.tcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example.tcl -------------------------------------------------------------------------------- /test/example2.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example2.pl -------------------------------------------------------------------------------- /test/example_helper_lib.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/example_helper_lib.pm -------------------------------------------------------------------------------- /test/regression/example.awk.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.awk.golden.dot -------------------------------------------------------------------------------- /test/regression/example.awk.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.awk.golden.png -------------------------------------------------------------------------------- /test/regression/example.bas.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.bas.golden.dot -------------------------------------------------------------------------------- /test/regression/example.bas.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.bas.golden.png -------------------------------------------------------------------------------- /test/regression/example.dart.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.dart.golden.dot -------------------------------------------------------------------------------- /test/regression/example.dart.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.dart.golden.png -------------------------------------------------------------------------------- /test/regression/example.go.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.go.golden.dot -------------------------------------------------------------------------------- /test/regression/example.go.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.go.golden.png -------------------------------------------------------------------------------- /test/regression/example.js.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.js.golden.dot -------------------------------------------------------------------------------- /test/regression/example.js.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.js.golden.png -------------------------------------------------------------------------------- /test/regression/example.kt.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.kt.golden.dot -------------------------------------------------------------------------------- /test/regression/example.kt.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.kt.golden.png -------------------------------------------------------------------------------- /test/regression/example.m.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.m.golden.dot -------------------------------------------------------------------------------- /test/regression/example.m.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.m.golden.png -------------------------------------------------------------------------------- /test/regression/example.php.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.php.golden.dot -------------------------------------------------------------------------------- /test/regression/example.php.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.php.golden.png -------------------------------------------------------------------------------- /test/regression/example.pl.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.pl.golden.dot -------------------------------------------------------------------------------- /test/regression/example.pl.jsnIn.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.pl.jsnIn.golden.dot -------------------------------------------------------------------------------- /test/regression/example.pl.jsnIn.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.pl.jsnIn.golden.png -------------------------------------------------------------------------------- /test/regression/example.pl.ymlIn.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.pl.ymlIn.golden.dot -------------------------------------------------------------------------------- /test/regression/example.pl.ymlIn.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.pl.ymlIn.golden.png -------------------------------------------------------------------------------- /test/regression/example.py.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.py.golden.dot -------------------------------------------------------------------------------- /test/regression/example.py.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.py.golden.png -------------------------------------------------------------------------------- /test/regression/example.r.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.r.golden.dot -------------------------------------------------------------------------------- /test/regression/example.r.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.r.golden.png -------------------------------------------------------------------------------- /test/regression/example.rb.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.rb.golden.dot -------------------------------------------------------------------------------- /test/regression/example.rb.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.rb.golden.png -------------------------------------------------------------------------------- /test/regression/example.rs.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.rs.golden.dot -------------------------------------------------------------------------------- /test/regression/example.rs.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.rs.golden.png -------------------------------------------------------------------------------- /test/regression/example.sc.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.sc.golden.dot -------------------------------------------------------------------------------- /test/regression/example.sc.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.sc.golden.png -------------------------------------------------------------------------------- /test/regression/example.sh.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.sh.golden.dot -------------------------------------------------------------------------------- /test/regression/example.sh.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.sh.golden.png -------------------------------------------------------------------------------- /test/regression/example.swift.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.swift.golden.dot -------------------------------------------------------------------------------- /test/regression/example.swift.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.swift.golden.png -------------------------------------------------------------------------------- /test/regression/example.tcl.golden.dot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.tcl.golden.dot -------------------------------------------------------------------------------- /test/regression/example.tcl.golden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/koknat/callGraph/HEAD/test/regression/example.tcl.golden.png --------------------------------------------------------------------------------