Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

feat: improved control dependencies #818

Closed EagleoutIce closed 1 month ago

EagleoutIce commented 1 month ago

This allows us to detect dead code based on conditions (it may be enhanced by Abstract Interpretation in the future)

EagleoutIce commented 1 month ago

This pull request is included in v2.0.2 (see Release v2.0.2 (Fixing Control-Flow, Markdown-Exports, and Handling of Unnamed Closures)).