Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 367 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 367 Bytes

ast-diff

Diff Python files using the Gumtree algorithm.

Usage

Takes two parameters, source and target. Each parameter can be either python code or a path to a python file.

Python

python3 -m astdiff "print('123')" "print()"

Docker

docker run henrinikku/astdiff "print('123')" "print()"