x86_64 compiler + elf output (can compile code that returns exit code)

This commit is contained in:
2026-06-03 01:50:43 -04:00
parent 473ddab0d4
commit 380a0f977a
11 changed files with 422 additions and 76 deletions
+1
View File
@@ -7,6 +7,7 @@ mod parser;
mod parser_ir;
fn main() {
return crate::backend::test_x86_64();
let mut args = std::env::args();
let Some(path) = args.nth(1) else {
println!("file expected");