From 788701fdd5e4b0b998f3db43dc391a044d9ea85a Mon Sep 17 00:00:00 2001 From: Ashwin Prasad Date: Tue, 27 Jun 2023 09:09:49 +0200 Subject: [PATCH] New tools --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6dfba9..4b16977 100644 --- a/README.md +++ b/README.md @@ -580,6 +580,8 @@ Source Code Learning - [Scalpel](https://github.com/SMAT-Lab/Scalpel) - The Python Static Analysis Framework - [WALA](https://github.com/wala/WALA) - T.J. Watson Libraries for Analysis, with frontends for Java, Android, and JavaScript - [CodeGen](https://github.com/facebookresearch/CodeGen) - General toolkit to apply machine learning to code, from dataset creation to model training and evaluation (from Facebook AI Research) +- [PyCG](https://github.com/vitsalis/PyCG) - PyCG employs static analysis to generate call graphs for Python code +- [HeaderGen](https://github.com/ashwinprasadme/HeaderGen) - HeaderGen improves PyCG's call graph analysis by supporting external libraries and flow-sensitivity ## Machine Learning - [SentencePiece](https://github.com/google/sentencepiece) - Unsupervised text tokenizer for Neural Network-based text generation