Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the adaptation of wasm code generation to fit the C language, including modifications in the Codegen and the creation of a new Symbolic Tree Module for C code generation. It explains the changes made to the Module Printer, the structure of the C Symbolic Tree Module, memory management in C programs, the transformation of Std.scala, handling Vars and Lits, and representing ADTs in C. The 'if-then-else' duality between Amy and C is discussed, along with the translation of match expressions from Amy to C.