These bits of Scala code let you run a Cool 2020 program in a Scala sandbox or compile it as Scala code
Archives
2023 9
July 5
Basics of translating expressions into assembly.
Let’s work through an example of applying a basic technique to generate assembly for an expression.
Reporting compile-time errors
Discussing various strategies of handling errors in a compiler’s input code.