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

Correctly use an `alist` in function definitions #762

Open EagleoutIce opened 1 month ago

EagleoutIce commented 1 month ago

The built-in function definition handler currently does not wrap the arguments inside of a alist when processing. We should probably do that to handle subtle alist definitions correctly.