package forester

  1. Overview
  2. Docs

Module Forester.AnalysisSource

Sourcemodule Gph : sig ... end
Sourcemodule Tbl : sig ... end
Sourcemodule Map : Map.S with type key = Core.addr
Sourcemodule Topo : sig ... end
Sourceval build_import_graph : Core.Code.tree list -> Gph.t
Sourcetype analysis = {
  1. transclusion_graph : Gph.t;
  2. contributors : Core.addr Tbl.t;
  3. author_pages : Core.addr Tbl.t;
  4. bibliography : Core.addr Tbl.t;
}
Sourceval analyze_trees : Core.Sem.tree Map.t -> analysis

Populating all the graphs and tables by inspecting evaluated trees

OCaml

Innovation. Community. Security.