Add garbage collection post to main link
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danila Fedorin 2020-02-11 18:40:59 -08:00
parent 0f744888ef
commit ef93632130
1 changed files with 1 additions and 0 deletions

View File

@ -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" >}})