drim/drimc_rs/src/ir.rs

6 lines
119 B
Rust

//! Intermediate code representation.
/// The IR tree representing the whole program.
#[derive(Debug)]
pub struct IR;