Workshop materials for https://youtu.be/Ni4B8KpRca4
OCaml implementation of Essentials of Compilation: An Incremental Approach by Jeremy G. Siek.
master- starter codelvar- solutions for chapters 1-2 (interpreter + LVar compiler)
Requires OCaml and Dune. With Nix:
nix develop
Then:
dune build
dune test
Code is licensed under BSD-3-Clause. Workshop content (slides, images) is licensed under CC-BY-4.0.
Essentials of Compilation by Jeremy G. Siek is licensed under CC-BY-NC-ND.