Build Program Graphs

BGS #2 Program Graphs for Code Analysis

Description

Transform compiled source code into program graphs by layering syntax edges, data flow edges, and semantic shortcut edges over the AST backbone, then adding backward edges for all types.

Activities Flow (4)
cluster_data_preparation Data Preparation activity_164 BGS1 Add data flow edges activity_163 BGS1 Parse source to AST activity_165 BGS1 Add semantic shortcut edges activity_166 BGS1 Add backward edges