.gitignore
.pre-commit-config.yaml
.zenodo.json
CODE_OF_CONDUCT.md
COPYING.txt
MANIFEST.in
README.md
lint.sh
pyproject.toml
setup.py
tox.ini
.github/copilot-instructions.md
.github/dependabot.yml
.github/zizmor.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/bandit.yml
.github/workflows/black.yml
.github/workflows/coveralls.yml
.github/workflows/cygwin.yml
.github/workflows/isort.yml
.github/workflows/linux.yml
.github/workflows/linux_quad.yml
.github/workflows/macos.yml
.github/workflows/mypy.yml
.github/workflows/pypi.yml
.github/workflows/qemu.yml
.github/workflows/windows.yml
.github/workflows/zenodo.schema
.github/workflows/zenodo.yml
.github/workflows/zizmor.yml
.github/workflows/scripts/make_dockers.py
.github/workflows/scripts/run_arm.sh
.github/workflows/scripts/run_ppc64.sh
.github/workflows/scripts/run_s390x.sh
docs/debugging.md
docs/support.md
docs/test_suite.md
gfort2py/__init__.py
gfort2py/gfort2py.py
gfort2py/utils.py
gfort2py/version.py
gfort2py/compilation/__init__.py
gfort2py/compilation/compile.py
gfort2py/compilation/module.py
gfort2py/compilation/platform.py
gfort2py/compilation/utils.py
gfort2py/gfort2py.egg-info/PKG-INFO
gfort2py/gfort2py.egg-info/SOURCES.txt
gfort2py/gfort2py.egg-info/dependency_links.txt
gfort2py/gfort2py.egg-info/requires.txt
gfort2py/gfort2py.egg-info/top_level.txt
gfort2py/procedures/__init__.py
gfort2py/procedures/functions.py
gfort2py/procedures/proc_pointer.py
gfort2py/procedures/procedures.py
gfort2py/procedures/subroutine.py
gfort2py/procedures/arguments/__init__.py
gfort2py/procedures/arguments/argument.py
gfort2py/procedures/arguments/arguments.py
gfort2py/procedures/arguments/extra_arguments.py
gfort2py/procedures/arguments/return_arguments.py
gfort2py/types/__init__.py
gfort2py/types/arrays.py
gfort2py/types/base.py
gfort2py/types/character.py
gfort2py/types/complex.py
gfort2py/types/dt.py
gfort2py/types/integer.py
gfort2py/types/logical.py
gfort2py/types/module.py
gfort2py/types/numpy_convert.py
gfort2py/types/parameters.py
gfort2py/types/real.py
gfort2py/types/unsigned.py
tests/Makefile
tests/__init__.py
tests/basic_test.py
tests/common_test.py
tests/compile_test.py
tests/complex_test.py
tests/conftest.py
tests/dt_test.py
tests/dummy_arrays_test.py
tests/elemental_test.py
tests/explicit_arrays_test.py
tests/gh55_test.py
tests/gh56_test.py
tests/isoc_test.py
tests/make_new_test_case.py
tests/oo_test.py
tests/params2.py
tests/pdt_test.py
tests/pointers_test.py
tests/proc_ptrs_test.py
tests/quad_test.py
tests/strings_test.py
tests/strings_windows_stress_test.py
tests/t_params_modules_test.py
tests/t_vars_modules_test.py
tests/test_from_mod_string.py
tests/test_ftype_registry.py
tests/test_windows_runtime.py
tests/unicode_test.py
tests/unsigned_test.py
tests/utils_compile_quality_test.py
tests/src/Makefile
tests/src/basic.f90
tests/src/com.f90
tests/src/compile_nomod_test.f90
tests/src/complex.f90
tests/src/dt.f90
tests/src/dummy_arrays.f90
tests/src/elemental.f90
tests/src/explicit_arrays.f90
tests/src/gh55.f90
tests/src/gh56.f90
tests/src/interface.f90
tests/src/isoc.f90
tests/src/kinds_check.f90
tests/src/namelist.f90
tests/src/oo.f90
tests/src/params2.f90
tests/src/pdt.f90
tests/src/pointers.f90
tests/src/proc_ptrs.f90
tests/src/quad.f90
tests/src/strings.f90
tests/src/submodule.f90
tests/src/t_params_modules.f90
tests/src/t_vars_modules.f90
tests/src/unicode.f90
tests/src15/Makefile
tests/src15/unsign.f90
tests/templates/module_params.py
tests/templates/module_variables.py
tests/templates/utils.py