cs420
cs420 copied to clipboard
KAIST CS420: Compiler Design (2020 Spring)
Implement IR generation. - **goal**: understanding the IR provided by KECC - **instruction** + https://www.youtube.com/watch?v=HjARCUoK08s&list=PL5aMzERQ_OZ8RWqn-XiZLXm1IJuaQbXp0&index=12 + https://www.youtube.com/watch?v=Rszt9x0Xu_0&list=PL5aMzERQ_OZ8RWqn-XiZLXm1IJuaQbXp0&index=13 - **skeleton**: https://github.com/kaist-cp/kecc-public/blob/main/src/irgen/mod.rs + fill out `todo!()`. + **don't fork this repository.** It'll...
Implement C AST Printer. - **goal**: understanding the C AST provided by KECC - **instruction**: https://www.youtube.com/watch?v=SOzsb09GldA&list=PL5aMzERQ_OZ8RWqn-XiZLXm1IJuaQbXp0&index=6 - **skeleton**: https://github.com/kaist-cp/kecc-public/blob/main/src/c/write_c.rs + fill out `todo!()`. + **don't fork this repository.** It'll be...