cqfn / veniq

Veniq uses Machine Learning to analyze source code, find possible refactorings, and suggest those that seem optimal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Block-Statements graph

aravij opened this issue · comments

For syntactic filtering in baseline we need to find boundaries of each block. It can be done with help of bipartite graph of blocks and statements. This graph could be also used for traversing AST while extracting semantic from statements.