START OF COMPILER
This commit is contained in:
7
src/compiler/target.rs
Normal file
7
src/compiler/target.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
pub trait Target {
|
||||
type Reg;
|
||||
}
|
||||
|
||||
pub trait RegType {
|
||||
type Size;
|
||||
}
|
||||
Reference in New Issue
Block a user