Towards Modular Compilation using Higher-order Effects
Jaro Reinders
Date: Wed, March 01, 2023
Time: 12:30
Room: Turing 0.E420
Compilers transform a human readable source language into machine readable target language. Nanopass compilers simplify this approach by breaking up this transformation into small steps that are more understandable, maintainable, and extensible. We propose a semantics-driven variant of the nanopass compiler architecture exploring the use a effects and handlers to model the intermediate languages and the transformation passes, respectively. Our approach is fully typed and ensures that all cases in the compiler are covered. Additionally, by using an effect system we abstract over the control flow of the intermediate language making the compiler even more flexible. We apply this approach to a minimal compiler from a language with arithmetic and let-bound variables to a string of pretty printed X86 instructions. In the future, we hope to extend this work to compile a larger and more complicated language and we envision a formal verification framework from compilers written in this style.
Previous:
Jannis Limperg | Aesop: White-Box Best-First Proof Search for Lean
Next:
Peter D. Mosses | Using Spoofax to Support Online Code Navigation