1imin's Stars
hpnog/javaDependenceGraph
This tool is a Program Dependence Graph generator for a given input file in the programming language Java that can be outputed as a dot file. It's wrapped around an easy to use GUI for a better analysis of the code provided to the application through the intermediate representation of a PDG.
duyali2000/SemanticFlowGraph
This repository provides the code and guidance for reproducing the results in our ESEC/FSE 2023 submission "Pre-training Code Representations with Semantic Flow Graph for Effective Bug Localization".
liliyae/ASTGenerator
Simple AST generator for Java v8 using ANTLR v4.
Xin-Zhou-smu/TensorFlow_Tutorial
TensorFlow1.x版本教程(入门教程)
jacobwwh/HGT-DGL
Code for "Heterogeneous Graph Transformer" (WWW'20), which is based on Deep Graph Library (DGL)
soot-oss/soot
Soot - A Java optimization framework
Aurore54F/static-pdg-js
Static JavaScript Analysis: AST, Control Flow, Data Flow, & Pointer Analysis
Zanbrachrissik/PropertyGraph
A library to generate AST, CFG, PDG for Java program
julianjensen/ast-flow-graph
Creates a CFG from JavaScript source code.
Fan8k/AstCfgPdg_JapaserSoot
Introducing CFG(control flow graph) and PDG (program dependency graph) into AST (abstract syntax tree) implementation using Java Paser and Soot
yilinglou/Grace