x86_64 arch + asm start

This commit is contained in:
2026-06-02 03:24:21 -04:00
parent c2a8c50a6d
commit 473ddab0d4
12 changed files with 200 additions and 11 deletions
+1
View File
@@ -1,5 +1,6 @@
use crate::{io::CompilerOutput, parser_ir::parse_program};
mod backend;
mod io;
mod ir;
mod parser;