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

@@ -234,3 +234,6 @@ cd build && make -j8
We've made a lot of changes to the codebase, and I've only shown snippets of the code
so far. If you'de like to see the whole codebase, you can go to my site's git repository
and check out [the code so far](https://dev.danilafe.com/Web-Projects/blog-static/src/branch/master/code/compiler/04).
Having taken this little break, it's time for our next push. We will define
how our programs will be evaluated in [Part 5 - Execution]({{< relref "05_compiler_execution.md" >}}).