From e26e81aa33dc1ecc2f26de26b1d420d288a28493 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Sun, 16 Aug 2026 10:01:12 +0200 Subject: Implemented meta allocator. --- doc/index.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'doc/index.md') 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. ... -- cgit v1.2.3