Skip to content

jstroem/TAPY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TAPY

Type analysis for python

Link to Python 2.7 specification: docs.python.org/2.7/reference/

Antlr 3.0 javadoc: www.antlr3.org/api/Java/index.html

RUN

Use Make FILES=tests/*.scala To run the analysis on the hole test suite

LINKS

Good source on what happens with type declarations. http://stackoverflow.com/questions/100003/what-is-a-metaclass-in-python

Classic vs New class style method/property resolving http://stackoverflow.com/questions/1848474/method-resolution-order-mro-in-new-style-python-classes

Hidden features of python http://stackoverflow.com/questions/101268/hidden-features-of-python

Weird members http://docs.python.org/2/library/inspect.html#types-and-members

TODO

This is missing in the CFG

lambda
generatorexp
yield

About

Type analysis for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published