Expand description
Rust Code Generator - Sprint 4+
Generates idiomatic Rust code from optimized Unified HIR. This is the final stage of the Spydecy pipeline:
Python + C → Unified HIR → Optimizer → Codegen → Rust CodeStructs§
- Rust
Codegen - Rust code generator
Functions§
- generate_
rust - Generate Rust code from
UnifiedHIR(convenience function)