Make small fixes to compiler series posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-30 19:59:40 -07:00
parent 33cd4f5f68
commit b04d82f0b3
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ Let's go over some preliminary information before we embark on this journey.
#### The "classic" stages of a compiler
Let's take a look at the high level overview of what a compiler does.
Conceptually, the components of a compiler are pretty cleanly separated.
They are as gollows:
They are as follows:
1. Tokenizing / lexical analysis
2. Parsing