Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 989 Bytes

File metadata and controls

34 lines (21 loc) · 989 Bytes

py-bridge

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

Relationship to dx

dx and py-bridge are separate repositories on purpose.

  • dx owns the new language semantics
  • py-bridge owns Python analysis and Python-facing bridge work

This keeps the language core clean while preserving Python as a first-class foreign ecosystem.

Current Status

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