Login to filter by course Login to filter by course Reset
Code Generation LabCovers generating code for a compiler, translating an Amy program to WebAssembly, including memory management and pattern matching compilation.
Compiler Extension LabCovers the Compiler Extension Lab, focusing on adding new functionality to a simple functional language compiler.
Model Interpretation and CompilationExplores model interpretation, compilation via partial evaluation, function calls, and the transition to partial evaluation, emphasizing the importance of model interpreters in supporting modeling languages.
Copy Constructor in C++Covers the copy constructor in C++, its generation, initialization, and suppression in C++11.
Default Constructors in C++Covers default constructors in C++, including examples and implications of specifying constructors in C++11.