cs420 icon indicating copy to clipboard operation
cs420 copied to clipboard

KAIST CS420: Compiler Design (2020 Spring)

Results 13 cs420 issues
Sort by recently updated
recently updated
newest added

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...

assignment
homework - irgen

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...

assignment
homework - write_c