diff options
| author | Taylan Kammer <taylan.kammer@gmail.com> | 2026-05-23 22:22:57 +0200 |
|---|---|---|
| committer | Taylan Kammer <taylan.kammer@gmail.com> | 2026-05-23 22:22:57 +0200 |
| commit | 378f8598a5a57b731948241e41f584f5172dc2a2 (patch) | |
| tree | e9352110efe5b204a5abe7e00693be2004aab4e5 /docs/index.md | |
| parent | f1f134d072e375335be5c1203095115fef1db253 (diff) | |
An update of sorts.
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 7 |
1 files changed, 3 insertions, 4 deletions
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/) |
