LICENSE
MANIFEST.in
NOTICE
README.rst
dev_requirements.txt
extras_requirements.json
requirements.txt
setup.py
setup_boilerplate.py
test_requirements.txt
./test/__init__.py
./test/common.py
./test/examples_inlining.py
./test/test_apps.py
./test/test_c.py
./test/test_cpp.py
./test/test_dependencies.py
./test/test_fortran.py
./test/test_integration.py
./test/test_pair.py
./test/test_performance.py
./test/test_python.py
./test/test_script.py
./test/test_setup.py
./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/compute_pi.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/openacc_info.f90
./test/examples/f95/openmp_info.f90
./test/examples/f95/strings.f90
./test/examples/invalid/fortran_compiler_error.f90
./test/examples/invalid/fortran_parser_error.f90
./test/examples/invalid/invalid_cpp.cpp
./test/examples/invalid/invalid_fortran_ast.xml
./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
./test/general/__init__.py
./test/general/test_ast_generalizer.py
./test/general/test_binder.py
./test/general/test_code_reader.py
./test/general/test_code_writer.py
./test/general/test_language.py
./test/general/test_parser.py
./test/general/test_registry.py
./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/compiler_interface.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/compiler_interface.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/compiler_interface.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/ast_annotations.py
./transpyle/pair/ast_query.py
./transpyle/pair/code_manipulation.py
./transpyle/pair/inlining.py
./transpyle/pair/loop_annotations.py
./transpyle/pair/loop_unrolling.py
./transpyle/pair/manipulate.py
./transpyle/pair/synthetic_ast.py
./transpyle/python/__init__.py
./transpyle/python/parser.py
./transpyle/python/translator.py
./transpyle/python/unparser.py
./transpyle/resources/c/README.md
./transpyle/resources/c/_fake_defines.h
./transpyle/resources/c/_fake_typedefs.h
./transpyle/resources/c/stdbool.h
./transpyle/resources/c/stdio.h
./transpyle/resources/c/stdlib.h
./transpyle/resources/c/string.h
./transpyle/resources/cpp/README.md
./transpyle/resources/cpp/numpy.i
test/test_apps.py
test/test_c.py
test/test_cpp.py
test/test_dependencies.py
test/test_fortran.py
test/test_integration.py
test/test_pair.py
test/test_performance.py
test/test_python.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