mirror of
https://github.com/kmc7468/cs420.git
synced 2025-12-16 15:38:48 +00:00
Bump Rust and add skeleton code for irgen.
This commit is contained in:
@@ -10,6 +10,6 @@ impl Translate<ir::TranslationUnit> for Asmgen {
|
||||
type Error = ();
|
||||
|
||||
fn translate(&mut self, _source: &ir::TranslationUnit) -> Result<Self::Target, Self::Error> {
|
||||
todo!("homework 7")
|
||||
todo!("Homework: Assembly Generation")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user