Benjamin Steenhoek
Results
11
issues of
Benjamin Steenhoek
Add function parameters to CFG https://en.cppreference.com/w/c/language/function_definition. Currently these are not present in the CFG. To do it, add a visitor method to CFGCreator https://github.com/bstee615/tree-sitter-cfg/blob/master/tree_sitter_cfg/cfg_creator.py#L9.
enhancement
good first issue