Rename page and add pop instruction to part 5 of compiler series

This commit is contained in:
2019-11-14 11:05:17 -08:00
parent 58c9d5f982
commit c309ac4c14
3 changed files with 23 additions and 3 deletions

View File

@@ -137,6 +137,6 @@ Here are the posts that I've written so far for this series:
* [Typechecking]({{< relref "03_compiler_typechecking.md" >}})
* [Small Improvements]({{< relref "04_compiler_improvements.md" >}})
* [Execution]({{< relref "05_compiler_execution.md" >}})
* [Compilation]({{< relref "06_compiler_semantics.md" >}})
* [Compilation]({{< relref "06_compiler_compilation.md" >}})
* [Runtime]({{< relref "07_compiler_runtime.md" >}})
* [LLVM]({{< relref "08_compiler_llvm.md" >}})