lem2clide / Range-analysis-experiments

Value Range Analysis Experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Value Range Analysis Experiments

License:MIT License


Languages

Language:Python 100.0%