Add links for 12th part of compiler series.

This commit is contained in:
2020-06-21 22:21:43 -07:00
parent 1746011c16
commit 3f0df8ae0d
2 changed files with 4 additions and 1 deletions

View File

@@ -144,3 +144,5 @@ Here are the posts that I've written so far for this series:
* [Garbage Collection]({{< relref "09_compiler_garbage_collection.md" >}})
* [Polymorphism]({{< relref "10_compiler_polymorphism.md" >}})
* [Polymorphic Data Types]({{< relref "11_compiler_polymorphic_data_types.md" >}})
* [Let/In and Lambdas]({{< relref "12_compiler_let_in_lambda/index.md" >}})