moving to desktop (broken rn)

This commit is contained in:
2025-04-25 15:10:36 -04:00
parent 5adca32dd4
commit 3bf821d6b1
6 changed files with 41 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ mod expr;
mod func;
mod struc;
mod ty;
mod import;
use super::*;
use crate::ir::{Type, UFunc, UProgram};
@@ -19,6 +20,7 @@ impl PModule {
instructions: Vec::new(),
output,
origin: self.block.origin,
imports: Vec::new(),
};
self.block.lower(&mut fctx);
let f = UFunc {