Polyglot transpile workbench (Python/C/C++/Rust/Ruchy/Lean ↔ Rust/Ruchy/PTX/WGSL/SPIR-V) with provable contracts at every layer.
Bigint runtime for xpile-generated code — the slow-path side of the `C-PY-INT-ARITH` Layer-1 contract
Provable-contracts integration for xpile — re-exports aprender-contracts (provable-contracts) and adds xpile-specific extensions.
Lean 4 (executable) backend stub — code-lane sibling of xpile-rust-codegen. Lowers meta-HIR to .lean def/inductive/structure. Proof-lane Lean (theorems) goes through xpile-lean-contract-backend.
Renders contracts as Lean 4 theorem text with @[xpile_contract] attribute carrying the verbatim contract ID. Phase 4.
LLM invocation + content-addressed cache for the xpile agent loop.
MCP server exposing xpile tools to IDE assistants (Claude Code, etc.).
Bounded agent loop for transpile repair. Adapted from the alchemize four-tool pattern.
Backend trait — every target language (Rust, Ruchy, PTX, WGSL, SPIR-V, Lean) implements this.
Contract backend trait — proof-lane sibling of Backend. Renders contracts as LaTeX / Lean theorems / mdBook.
Contract frontend trait — proof-lane sibling of Frontend. Parses LaTeX / Lean theorem text / mdBook into contract equations.
Top-level session orchestration — wires frontends, oracle, agent, codegen.
No description provided.
No description provided.
No description provided.