From ef93632130fd13e4c8aedb79d269c40ce7e89e11 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Tue, 11 Feb 2020 18:40:59 -0800 Subject: [PATCH] Add garbage collection post to main link --- content/blog/00_compiler_intro.md | 1 + 1 file changed, 1 insertion(+) 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" >}})