arch refactor + backend ir start

This commit is contained in:
iris committed 2026-06-06 21:00:39 -04:00
1 parent 0ac7c5cc02
commit 4587f687b9
22 files changed
+547 -661

No files matched your search

+1 -1
View File
@@ -1,5 +1,5 @@
use crate::{
backend::arch::x86_64::Asm,
arch::x86_64::Asm,
parser::{Node, cursor::Token},
};
+1 -1
View File
@@ -1,5 +1,5 @@
use crate::{
backend::arch::x86_64::*,
arch::x86_64::*,
io::{CompilerMsg, Span},
parser::{
Node,