Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 279 Bytes

File metadata and controls

17 lines (12 loc) · 279 Bytes

Range-analysis-experiments

Prototype of a value range analysis of python's source code.

Work in progress

Requirements

  • python modules:
    • ast
    • astunparse

Usage

python test_script.py input_file
    input_file: contains source code written in python