LICENSE
README.md
pyproject.toml
src/furqan/__init__.py
src/furqan/__main__.py
src/furqan/project.py
src/furqan.egg-info/PKG-INFO
src/furqan.egg-info/SOURCES.txt
src/furqan.egg-info/dependency_links.txt
src/furqan.egg-info/entry_points.txt
src/furqan.egg-info/requires.txt
src/furqan.egg-info/top_level.txt
src/furqan/checker/__init__.py
src/furqan/checker/additive.py
src/furqan/checker/all_paths_return.py
src/furqan/checker/bismillah.py
src/furqan/checker/incomplete.py
src/furqan/checker/mizan.py
src/furqan/checker/return_type_match.py
src/furqan/checker/ring_close.py
src/furqan/checker/status_coverage.py
src/furqan/checker/tanzil.py
src/furqan/checker/zahir_batin.py
src/furqan/errors/__init__.py
src/furqan/errors/marad.py
src/furqan/parser/__init__.py
src/furqan/parser/ast_nodes.py
src/furqan/parser/parser.py
src/furqan/parser/tokenizer.py
src/furqan/types/__init__.py
tests/test_additive.py
tests/test_all_paths_return.py
tests/test_bismillah.py
tests/test_cli.py
tests/test_cross_module_type.py
tests/test_d23_imported_types.py
tests/test_else_d15.py
tests/test_incomplete.py
tests/test_lexer_phase_3_0.py
tests/test_marad.py
tests/test_mizan.py
tests/test_multi_module.py
tests/test_parser.py
tests/test_return_type_match.py
tests/test_ring_close.py
tests/test_status_coverage.py
tests/test_tanzil.py
tests/test_tokenizer.py
tests/test_version_sync.py
tests/test_zahir_batin.py