Sourcetrail is a fantastic source code browser for C and C++. Among others, it can make great call trees and it’s very fast. I want to use it to browse Julia code… but I have little experience with Julia, I am coming from C/C++, a bit of Python and shell scripting. Sourcetrail provides an API to build a database representing any program based on AST code. Although the AST is mentioned in some Julia documentation, not enough details are disclosed to get me started.
Who can help me getting this on the road? Any advice is welcome! Thanks.