psiminer icon indicating copy to clipboard operation
psiminer copied to clipboard

Support graph mining for PHP

Open egor-bogomolov opened this issue 1 year ago • 0 comments

As a part of mining CodeSearchNet graphs (#31), we should be able to mine PHP data. It should include:

  • [x] Extraction of PSI for PHP code
  • [x] Extraction of basic edges (AST, next token)
  • [x] Data flow edges
  • [x] Control flow edges

egor-bogomolov avatar Dec 07 '22 18:12 egor-bogomolov