Expand description
§Depyler - Python to Rust Transpiler
Minimal CLI focused on transpilation and single-shot compilation.
Modules§
- cli_
shim - CLI Shim - pure logic separated from I/O
- compile_
cmd - DEPYLER-0380: Compile Command Implementation
- converge
- Convergence loop for automated compilation rate improvement
- graph_
cmd - DEPYLER-1303: Graph Analysis Commands
- prelude
- Prelude module for depyler transpiled code.
- python_
ops - Python-compatible operations for Rust types.
- report_
cmd - Corpus Analysis Report Command
- report_
shim - Report Command Shim - pure logic separated from I/O
- transpile_
shim - Transpilation shim - pure logic separated from I/O
- utol_
cmd - UTOL: Unified Training Oracle Loop command handler
Structs§
Enums§
- Cache
Commands - Commands
- Graph
Commands - Graph analysis subcommands
Functions§
- analyze_
command - check_
command - compile_
command - complexity_
rating - repair_
command - DEPYLER-1101: Repair type errors using Oracle-learned constraints.
- transpile_
command