summaryrefslogtreecommitdiff
path: root/doc/index.md
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-08-16 10:01:12 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-08-16 10:01:12 +0200
commite26e81aa33dc1ecc2f26de26b1d420d288a28493 (patch)
treed0c906f3b6d504870a171f57709c6e912a3fc9c4 /doc/index.md
parent0e073b94c90b78ebe156adb27ec4456e86935d42 (diff)
Implemented meta allocator.
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. ...