py-bridge is the Python-facing semantic subsystem for the broader typeeffect language work.
It contains:
- the existing Python checker
- parser and semantic analysis for Python input
- CLI and tooling around the checker
- stubs and real-world benchmark infrastructure
Its strategic role is:
- Python interop support for
dx - wrapper generation for Python ecosystems
- migration tooling from Python toward
dx - continued experimentation on fast Python semantic analysis
dx and py-bridge are separate repositories on purpose.
dxowns the new language semanticspy-bridgeowns Python analysis and Python-facing bridge work
This keeps the language core clean while preserving Python as a first-class foreign ecosystem.
This repository starts from the existing checker codebase and is intended to evolve into the dedicated Python bridge layer for typeeffect.
See also:
docs/PY_INTEROP_ARCHITECTURE.md