summaryrefslogtreecommitdiff
path: root/doc/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.md')
-rw-r--r--doc/index.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/index.md b/doc/index.md
index 51b92fa..4087078 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -7,9 +7,9 @@ After all, Zisp is software, and its users are software developers; the easiest
way to explain *why* Zisp does certain things is often to explain *how* it does
them.
-That doesn't mean this manual will walk you through the source code line by
-line. Instead, consider this a documentation of the implementation at large,
-doubling as a language reference.
+That doesn't mean this manual will walk you through source code line by line.
+Instead, consider it a documentation of the implementation at large, doubling
+as a language reference.
## Table of Contents
@@ -21,6 +21,10 @@ doubling as a language reference.
3. [Execute](./0/3-execute.html)
4. [Compile](./0/4-compile.html)
+ Appendices:
+
+ + A. [Memory](./0/A-memory.html)
+
1. [Chapter 1: Taxonomy](./1/)
0. ...