deimos-lang/dmc-lib/src/ir/assemble_context.rs
2026-02-27 21:33:28 -06:00

8 lines
105 B
Rust

pub struct AssembleContext {}
impl AssembleContext {
pub fn new() -> Self {
Self {}
}
}