3.4 callgraph.pl -- Create a call graph from an AST

author
Adrian Prantl <adrian@complang.tuwien.ac.at>
version
0.8.6-rc4
copyright
Copyright (C) 2008 Adrian Prantl
license
See COPYING in the root folder of the SATIrE project
[det]callgraph(+P, -Graph)
Construct a call graph from an AST. Graph is in library(ugraphs) form. The nodes in the graph have the form Name/Type
To be done
NO function pointers or virtual methods yet!