Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 587 Bytes

File metadata and controls

32 lines (22 loc) · 587 Bytes

RefDiff Python - Plugin

Installation

  • Clone RefDiff
  • Edit settings.gradle and include refdiff-python at end.
  • Run gradlew eclipse

Parser

  • Install dependencies
pip install -r requirements.txt
usage: parser.py [-h] -f FILE [-p]

RefDiff parser for Python programming language

optional arguments:
  -h, --help            show this help message and exit
  -f FILE, --file FILE  input file
  -p, --pretty          output json in pretty format

Example of usage

./parser.py --file example.py --pretty