summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-05-25 20:48:36 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-05-26 18:41:27 +0200
commitfa5db8e89225622a1ee7a5d802f253d07884b13e (patch)
treed7b25178deac71dff00728134555c75f088ec101 /docs/index.md
parent0f0cb85026406356e16310044b4d09bd316b0747 (diff)
Grammar, parser, and doc improvements.HEADmaster
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/index.md b/docs/index.md
index 6aa03ca..beaa78c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -16,9 +16,6 @@ code base.
1. [Chapter 1: Genesis](c1/)
- This chapter goes through the processes involved in reading source
- code, running it, and optionally compiling it.
-
1. [Parse](c1/1-parse.html)
2. [Decode](c1/2-decode.html)
3. [Execute](c1/3-execute.html)