cpp_etudes icon indicating copy to clipboard operation
cpp_etudes copied to clipboard

smart tools for source code study : cpptree.pl, calltree.pl, javatree.pl, java_calltree.pl

Results 6 cpp_etudes issues
Sort by recently updated
recently updated
newest added

Add rust_calltree.pl to show calling and called relation of funtions in Rust project.

Write rusttree.pl to show type hierarchy of rust project.

A lot of system written in golang, like kuberntes, docker and etc, implement go_calltree.pl to show calling and called relation between functions.

A lot of system written in golang, like kuberntes, docker and etc, implement gotree.pl to show interface& struct hierarchy and speedup reading source code.

``` oushu@zhenchuan-mac cpp_etudes % perl -v This is perl 5, version 28, subversion 0 (v5.28.0) built for darwin-thread-multi-2level Copyright 1987-2018, Larry Wall Perl may be copied only under the terms...

I'm having a problem with this.