Go to file
Enrico Lumetti 031b812c51 More tests and some refactoring 2024-10-05 17:02:03 +02:00
lib More tests and some refactoring 2024-10-05 17:02:03 +02:00
racket Move racket code to racket/ 2024-08-14 17:58:09 +02:00
tests More tests and some refactoring 2024-10-05 17:02:03 +02:00
.editorconfig Implement and test explicate-control 2021-05-01 00:08:46 +02:00
.kakrc Beginning haskell code 2024-08-14 17:59:11 +02:00
LICENSE License 2020-05-28 11:35:01 +02:00
Main.hs Barebone test/lib cabal config 2024-10-04 23:41:45 +02:00
README.md wip rework 2024-08-13 21:31:29 +02:00
Setup.hs Beginning haskell code 2024-08-14 17:59:11 +02:00
eoc.cabal Parsing and validation of instructions 2024-10-05 16:46:10 +02:00

README.md

Essentials of Compilation

Tracking the Essentials of Compilation course, with my own solutions and code here and there. Requires racket.

The compiler emits aarch64 assembly; I use the aarch64 linux cross-compiler and qemu to run them.

Runnin tests