LICENSE
MANIFEST.in
NOTICE
README.rst
dev_requirements.txt
extras_requirements.json
requirements.txt
setup.py
setup_boilerplate.py
test_requirements.txt
./test/examples/c11/empty.c
./test/examples/c11/empty_header.h
./test/examples/c11/fundamentals.c
./test/examples/c11/matmul.c
./test/examples/cpp14/addition.cpp
./test/examples/cpp14/compute_pi.cpp
./test/examples/cpp14/copy_array.cpp
./test/examples/cpp14/do_nothing.cpp
./test/examples/cpp14/fundamentals.cpp
./test/examples/cpp14/matmul.cpp
./test/examples/cpp14/matmul_openacc.cpp
./test/examples/cpp14/matmul_openmp.cpp
./test/examples/cython/matmul.pyx
./test/examples/f77/empty.f
./test/examples/f77/matmul.f
./test/examples/f77/matmul_openmp.f
./test/examples/f95/addition.f90
./test/examples/f95/copy_array.f90
./test/examples/f95/dim_loop.f95
./test/examples/f95/do_nothing.f90
./test/examples/f95/fundamentals.f90
./test/examples/f95/fundamentals_arrays.f90
./test/examples/f95/itemwise_calc.f90
./test/examples/f95/itemwise_calc_openacc.f90
./test/examples/f95/itemwise_calc_openmp.f90
./test/examples/f95/strings.f90
./test/examples/python3/compute_pi.py
./test/examples/python3/copy_array.py
./test/examples/python3/do_nothing.py
./test/examples/python3/fundamentals.py
./test/examples/python3/fundamentals_numpy.py
./test/examples/python3/gemm.py
./test/examples/python3/gemm_openmp.py
./test/examples/python3/matmul.py
./test/examples/python3/simple_class.py
./test/examples/python3/typical_class.py
./test/examples/python3/__pycache__/compute_pi.cpython-36.pyc
./test/examples/python3/__pycache__/copy_array.cpython-36.pyc
./test/examples/python3/__pycache__/do_nothing.cpython-36.pyc
./test/examples/python3/__pycache__/matmul.cpython-36.pyc
./transpyle/__init__.py
./transpyle/__main__.py
./transpyle/_version.py
./transpyle/configuration.py
./transpyle/main.py
./transpyle/c/__init__.py
./transpyle/c/ast_generalizer.py
./transpyle/c/parser.py
./transpyle/cpp/__init__.py
./transpyle/cpp/ast_generalizer.py
./transpyle/cpp/compiler.py
./transpyle/cpp/definitions.py
./transpyle/cpp/parser.py
./transpyle/cpp/unparser.py
./transpyle/fortran/__init__.py
./transpyle/fortran/ast_generalizer.py
./transpyle/fortran/compiler.py
./transpyle/fortran/definitions.py
./transpyle/fortran/parser.py
./transpyle/fortran/unparser.py
./transpyle/general/__init__.py
./transpyle/general/ast_generalizer.py
./transpyle/general/binder.py
./transpyle/general/code_reader.py
./transpyle/general/code_writer.py
./transpyle/general/compiler.py
./transpyle/general/exc.py
./transpyle/general/language.py
./transpyle/general/misc.py
./transpyle/general/parser.py
./transpyle/general/registry.py
./transpyle/general/tools.py
./transpyle/general/translator.py
./transpyle/general/transpiler.py
./transpyle/general/unparser.py
./transpyle/pair/__init__.py
./transpyle/pair/assertions.py
./transpyle/pair/code_manipulation.py
./transpyle/pair/manipulate.py
./transpyle/pair/synthetic_ast.py
./transpyle/python/__init__.py
./transpyle/python/parser.py
./transpyle/python/transformations.py
./transpyle/python/translator.py
./transpyle/python/unparser.py
test/test_dependencies.py
test/test_integration.py
test/test_performance.py
test/test_script.py
test/test_setup.py
transpyle.egg-info/PKG-INFO
transpyle.egg-info/SOURCES.txt
transpyle.egg-info/dependency_links.txt
transpyle.egg-info/entry_points.txt
transpyle.egg-info/requires.txt
transpyle.egg-info/top_level.txt