Add links to part 5 in compiler series

This commit is contained in:
2019-09-04 01:55:48 -07:00
parent e3fd13c0c1
commit 1fdccd6fae
4 changed files with 6 additions and 2 deletions

View File

@@ -137,3 +137,4 @@ Here are the posts that I've written so far for this series:
* [Parsing]({{< relref "02_compiler_parsing.md" >}})
* [Typechecking]({{< relref "03_compiler_typechecking.md" >}})
* [Small Improvements]({{< relref "04_compiler_improvements.md" >}})
* [Execution]({{< relref "05_compiler_execution.md" >}})