Make changes suggested by Ryan

This commit is contained in:
2019-08-28 13:34:35 -07:00
parent 3f1db0aa13
commit df1101a14c
4 changed files with 13 additions and 5 deletions

View File

@@ -289,5 +289,6 @@ wrong:
}{
```
We are told an error occured. Excellent! We're not really sure what our tree looks like, though.
We just know there's __stuff__ in the list of definitions. We will revisit our trees
in the next post, adding code to print them and to verify that our programs make some sense.
We just know there's __stuff__ in the list of definitions. Having read our source code into
a structure we're more equipped to handle, we can now try to verify that the code
makes sense in [Part 3 - Type Checking]({{< relref "03_compiler_typechecking.md" >}})