Update compiling-toy.md

This commit is contained in:
2022-10-30 15:08:09 +11:00
committed by GitHub
parent 248b818b4f
commit 66e2d5d9f1

View File

@@ -12,7 +12,7 @@ There are four main phases to running a Toy source file. These are:
lexing -> parsing -> compiling -> interpreting
```
Each phases has a dedicated set of functions and structures, and there are intermediate structures between these stages that carry the information from one set to another.
Each phase has a dedicated set of functions and structures, and there are intermediate structures between these stages that carry the information from one set to another.
```
source -> lexer -> token