arch refactor + backend ir start
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::{
|
||||
backend::arch::x86_64::Asm,
|
||||
arch::x86_64::Asm,
|
||||
parser::{Node, cursor::Token},
|
||||
};
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use crate::{
|
||||
backend::arch::x86_64::*,
|
||||
arch::x86_64::*,
|
||||
io::{CompilerMsg, Span},
|
||||
parser::{
|
||||
Node,
|
||||
|
||||
Reference in New Issue
Block a user