diff options
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/) |
