LICENSE
README.md
pyproject.toml
src/Typhon/__init__.py
src/Typhon/__main__.py
src/Typhon/Driver/_utils.py
src/Typhon/Driver/configs.py
src/Typhon/Driver/debugging.py
src/Typhon/Driver/diagnostic.py
src/Typhon/Driver/language_server.py
src/Typhon/Driver/run.py
src/Typhon/Driver/translate.py
src/Typhon/Driver/type_check.py
src/Typhon/Grammar/__init__.py
src/Typhon/Grammar/_typhon_parser.py
src/Typhon/Grammar/demangle.py
src/Typhon/Grammar/line_break.py
src/Typhon/Grammar/parser.py
src/Typhon/Grammar/parser_helper.py
src/Typhon/Grammar/parser_patch.py
src/Typhon/Grammar/position.py
src/Typhon/Grammar/pretty_printer.py
src/Typhon/Grammar/syntax_errors.py
src/Typhon/Grammar/token_factory_custom.py
src/Typhon/Grammar/tokenizer_custom.py
src/Typhon/Grammar/typhon_ast.py
src/Typhon/Grammar/typhon_ast_error.py
src/Typhon/Grammar/unparse_custom.py
src/Typhon/LanguageServer/__init__.py
src/Typhon/LanguageServer/completion.py
src/Typhon/LanguageServer/definition.py
src/Typhon/LanguageServer/diagnostics.py
src/Typhon/LanguageServer/did_change.py
src/Typhon/LanguageServer/hover.py
src/Typhon/LanguageServer/inlay_hint.py
src/Typhon/LanguageServer/parsed_buffer.py
src/Typhon/LanguageServer/partial_reparse.py
src/Typhon/LanguageServer/reference.py
src/Typhon/LanguageServer/rename.py
src/Typhon/LanguageServer/semantic_tokens.py
src/Typhon/LanguageServer/server.py
src/Typhon/LanguageServer/_utils/__init__.py
src/Typhon/LanguageServer/_utils/edit.py
src/Typhon/LanguageServer/_utils/mapping.py
src/Typhon/LanguageServer/_utils/path.py
src/Typhon/LanguageServer/client/__init__.py
src/Typhon/LanguageServer/client/pyrefly.py
src/Typhon/LanguageServer/client/pyright.py
src/Typhon/SourceMap/__init__.py
src/Typhon/SourceMap/_utils.py
src/Typhon/SourceMap/ast_match_based_map.py
src/Typhon/SourceMap/ast_matching.py
src/Typhon/SourceMap/datatype.py
src/Typhon/SourceMap/defined_name_retrieve.py
src/Typhon/SourceMap/source_ast_cache.py
src/Typhon/Transform/__init__.py
src/Typhon/Transform/comprehension_to_function.py
src/Typhon/Transform/extended_patterns.py
src/Typhon/Transform/forbidden_statements.py
src/Typhon/Transform/func_literal_to_def.py
src/Typhon/Transform/if_while_let.py
src/Typhon/Transform/inline_statement_block_capture.py
src/Typhon/Transform/insert_self_to_method.py
src/Typhon/Transform/name_generator.py
src/Typhon/Transform/optional_operators_to_checked.py
src/Typhon/Transform/placeholder_to_function.py
src/Typhon/Transform/prepare_for_reparse.py
src/Typhon/Transform/record_to_dataclass.py
src/Typhon/Transform/scope_check_rename.py
src/Typhon/Transform/transform.py
src/Typhon/Transform/type_abbrev_desugar.py
src/Typhon/Transform/type_annotation_check_expand.py
src/Typhon/Transform/visitor.py
src/Typhon/Transform/_utils/__init__.py
src/Typhon/Transform/_utils/imports.py
src/Typhon/Transform/_utils/jump_away.py
src/Typhon/Transform/_utils/make_class.py
src/Typhon/Typing/__init__.py
src/Typhon/Typing/pyrefly.py
src/Typhon/Typing/pyright.py
src/Typhon/Typing/result_diagnostic.py
src/Typhon/Utils/__init__.py
src/Typhon/Utils/path.py
src/Typhon_Language.egg-info/PKG-INFO
src/Typhon_Language.egg-info/SOURCES.txt
src/Typhon_Language.egg-info/dependency_links.txt
src/Typhon_Language.egg-info/entry_points.txt
src/Typhon_Language.egg-info/requires.txt
src/Typhon_Language.egg-info/top_level.txt