From 66e2d5d9f167c75485e658546c7ff43b5bd4e250 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 30 Oct 2022 15:08:09 +1100 Subject: [PATCH] Update compiling-toy.md --- compiling-toy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiling-toy.md b/compiling-toy.md index 8388819..81afb0a 100644 --- a/compiling-toy.md +++ b/compiling-toy.md @@ -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