From 378f8598a5a57b731948241e41f584f5172dc2a2 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Sat, 23 May 2026 22:22:57 +0200 Subject: An update of sorts. --- docs/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index 471d518..6aa03ca 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,13 +17,12 @@ code base. 1. [Chapter 1: Genesis](c1/) This chapter goes through the processes involved in reading source - files and ultimately producing binaries from them. + code, running it, and optionally compiling it. 1. [Parse](c1/1-parse.html) 2. [Decode](c1/2-decode.html) - 3. [Expand](c1/3-expand.html) - 4. [Execute](c1/4-execute.html) - 5. [Compile](c1/5-compile.html) + 3. [Execute](c1/3-execute.html) + 4. [Compile](c1/4-compile.html) 2. [Chapter 2: Types](c2/) -- cgit v1.2.3