diff --git a/content/blog/00_compiler_intro.md b/content/blog/00_compiler_intro.md index 4e12dcf..924d2c0 100644 --- a/content/blog/00_compiler_intro.md +++ b/content/blog/00_compiler_intro.md @@ -140,3 +140,4 @@ Here are the posts that I've written so far for this series: * [Compilation]({{< relref "06_compiler_compilation.md" >}}) * [Runtime]({{< relref "07_compiler_runtime.md" >}}) * [LLVM]({{< relref "08_compiler_llvm.md" >}}) +* [Garbage Collection]({{< relref "09_compiler_garbage_collection.md" >}})