LICENSE
README.md
pyproject.toml
setup.py
cypy_bridge/__init__.py
cypy_bridge/compiler.py
cypy_bridge/core.py
cypy_bridge/defer.py
cypy_bridge/enum.py
cypy_bridge/generics.py
cypy_bridge/memory.py
cypy_bridge/meta.py
cypy_bridge/nogil.py
cypy_bridge/pointer.py
cypy_bridge/struct.py
cypy_bridge/types.py
cypy_bridge/union.py
cypy_hook/__init__.py
cypy_hook/hook.py
cypyc/__init__.py
cypyc/__main__.py
cypyc/cli.py
cypyc.egg-info/PKG-INFO
cypyc.egg-info/SOURCES.txt
cypyc.egg-info/dependency_links.txt
cypyc.egg-info/entry_points.txt
cypyc.egg-info/requires.txt
cypyc.egg-info/top_level.txt
cypyc/analyzer/__init__.py
cypyc/analyzer/build_block_checker.py
cypyc/analyzer/comptime_evaluator.py
cypyc/analyzer/cycle_detector.py
cypyc/analyzer/defer_analyzer.py
cypyc/analyzer/pointer_checker.py
cypyc/analyzer/scope_analyzer.py
cypyc/analyzer/type_checker.py
cypyc/codegen/__init__.py
cypyc/codegen/bridge_generator.py
cypyc/codegen/cython_generator.py
cypyc/codegen/setup_generator.py
cypyc/codegen/type_mapper.py
cypyc/incremental/__init__.py
cypyc/incremental/ast_differ.py
cypyc/incremental/dependency_graph.py
cypyc/incremental/file_monitor.py
cypyc/incremental/hot_reload.py
cypyc/incremental/incremental_manager.py
cypyc/parser/__init__.py
cypyc/parser/lexer.py
cypyc/parser/macro_expander.py
cypyc/parser/parser.py
cypyc/parser/preprocessor.py
cypyc/project/__init__.py
cypyc/project/module_dependency_graph.py
cypyc/project/project_compiler.py
cypyc/project/type_registry.py
cypyc/transformer/__init__.py
cypyc/transformer/defer_transformer.py
cypyc/transformer/enum_transformer.py
cypyc/transformer/generic_transformer.py
cypyc/transformer/struct_transformer.py
cypyc/transformer/trait_transformer.py
cypyc/utils/__init__.py
cypyc/utils/ast_utils.py
cypyc/utils/error_reporter.py
cypyc/utils/indent_detector.py
div-tools/__init__.py
div-tools/ast_utils.py
div-tools/error_reporter.py
omega/__init__.py
omega/check.py
omega/gate.py
omega/spec.py
test_suite/__init__.py
test_suite/core/__init__.py
test_suite/core/assertions.py
test_suite/core/runner.py
test_suite/core/suite.py
test_suite/core/test.py
test_suite/fixtures/__init__.py
test_suite/fixtures/compiler.py
test_suite/fixtures/parser.py
test_suite/suites/__init__.py
test_suite/suites/analyzer_suite.py
test_suite/suites/codegen_suite.py
test_suite/suites/integration_suite.py
test_suite/suites/parser_suite.py
test_suite/utils/__init__.py
test_suite/utils/demo_writer.py
tests/test_analyzer.py
tests/test_benchmark.py
tests/test_boundary_comprehensive.py
tests/test_bridge_integration.py
tests/test_bridge_library.py
tests/test_byte_diff_runner.py
tests/test_cli.py
tests/test_codegen.py
tests/test_codegen_async.py
tests/test_codegen_async_cython.py
tests/test_codegen_cast.py
tests/test_codegen_concurrent.py
tests/test_codegen_guard.py
tests/test_codegen_new_features.py
tests/test_codegen_simd.py
tests/test_codegen_verification.py
tests/test_comptime_func.py
tests/test_demos.py
tests/test_duck.py
tests/test_dynamic_awareness.py
tests/test_e2e_new_features.py
tests/test_extractor_pattern.py
tests/test_generic_types.py
tests/test_global_nonlocal.py
tests/test_guarded_strategy.py
tests/test_hook.py
tests/test_hot_reload.py
tests/test_implicit_strategy.py
tests/test_integration_full_stack.py
tests/test_integration_type_system.py
tests/test_is_not_regression.py
tests/test_lexer_new_keywords.py
tests/test_lz_features.py
tests/test_lz_type_mapping.py
tests/test_macro.py
tests/test_macro_expansion.py
tests/test_macro_features.py
tests/test_module_magic_attrs.py
tests/test_never_type.py
tests/test_new_features.py
tests/test_new_features_boundary.py
tests/test_new_syntax_boundary.py
tests/test_ownership.py
tests/test_parser.py
tests/test_parser_async.py
tests/test_parser_buildblock.py
tests/test_parser_comptime.py
tests/test_parser_go.py
tests/test_parser_guard.py
tests/test_parser_integration.py
tests/test_parser_macro.py
tests/test_parser_match.py
tests/test_parser_pipe.py
tests/test_parser_spawn.py
tests/test_parser_suite.py
tests/test_parser_test.py
tests/test_parser_union.py
tests/test_parser_vec.py
tests/test_pattern_matching.py
tests/test_project_compiler.py
tests/test_slice_codegen.py
tests/test_square_bracket_types.py
tests/test_stage2.py
tests/test_stage3.py
tests/test_stage4.py
tests/test_stage5.py
tests/test_syntax_integration.py
tests/test_trait_system.py
tests/test_transformer.py
tests/test_type_checking.py
tests/test_type_inference.py
tests/test_type_promotion.py
tests/test_union_type.py
tests/test_union_type_checking.py
tests/test_unit_test_modes.py
tests/test_varargs.py
tests/test_vec.py