/python-type-inferencer

Structural type inference for python (proof of concept)

Primary LanguagePython

Python Type Inference

General Usage

  • $ jython infer.py <source_code.py>
  • eg: $ jython main.py tests/src/functions.py
  • The output will go in logs/pytown.log

The program's actual content is under /src/.

If you're interested in structural type inference (type inference of duck typing), please contact me at jayrbolton@gmail.com