AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
fastpy/__init__.py
fastpy/constrain_solver.py
fastpy/core_language.py
fastpy/core_translator.py
fastpy/fastpy.py
fastpy/llvm_codegen.py
fastpy/pretty_printer.py
fastpy/type_inference.py
fastpy/type_mapping.py
fastpy/type_system.py
fastpy.egg-info/PKG-INFO
fastpy.egg-info/SOURCES.txt
fastpy.egg-info/dependency_links.txt
fastpy.egg-info/not-zip-safe
fastpy.egg-info/top_level.txt
tests/__init__.py
tests/test_fastpy.py