From 7e5a0d76f9647f9f143dc3a62fd5917279a788a9 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Tue, 10 Dec 2024 17:11:36 +0100 Subject: [PATCH] Add todo --- src/command/run.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/command/run.rs b/src/command/run.rs index 8ddd1a0..1d8eed8 100644 --- a/src/command/run.rs +++ b/src/command/run.rs @@ -68,6 +68,8 @@ pub fn run(target: Target, in_file: PathBuf) -> Result<(), String> { let buff = *buf; ssa_file.write_all(&buff).unwrap(); + // TODO: Simplify! + // SSA to ASM Command::new("qbe") .arg(&ssa_path)