Fix link in README

This commit is contained in:
Enrico Lumetti 2021-05-05 01:01:02 +02:00
parent 70295d0dcf
commit ec8e75232e
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# Essentials of Compilation
Tracking the [Essentials of Compilation](https://jeapostrophe.github.io/courses/2017/spring/406/notes/book.pdf) course, with my own solutions and code here and there.
Tracking the [Essentials of Compilation](https://jeapostrophe.github.io/courses/2021/spring/406/notes/book.pdf) 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.