Skip to content
github-actions[bot] edited this page Jul 12, 2024 · 8 revisions

This wiki page is currently under construction

This wiki page should give the in-depth explanation of the inner workings of flowR. To avoid duplication it may often contain links to the internal code documentation (located here: https://flowr-analysis.github.io/flowr/doc/).

The Slicing Process

The Steps

Step 1: Parsing the R Code

Step 2: Normalizing the AST

Step 3: Dataflow Analysis on the Normalized AST

Step 4: Slicing on the Dataflow Graph

Step 5: Reconstruct the R Code