//! Intermediate representations for the Trident compiler.
//!
//! Four IRs form the lowering chain from typed AST to target assembly:
//!
//! ```text
//! AST โ KIR โ TIR โ LIR (register targets)
//! โ Tree (tree targets)
//! ```
trident/src/ir/mod.rs
ฯ 0.0%