From d993104e86f2e2ec8ff1036648e34eebdca0d58d Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Mon, 1 Jun 2026 21:58:43 +0200 Subject: Lil doc update. --- doc/c1/1-parse.md | 2 -- doc/c1/index.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/c1') diff --git a/doc/c1/1-parse.md b/doc/c1/1-parse.md index 4eb5776..cb3db82 100644 --- a/doc/c1/1-parse.md +++ b/doc/c1/1-parse.md @@ -1,7 +1,5 @@ # Parser for Data -*For an exact specification of the grammar, see [grammar](grammar/).* - Zisp s-expressions represent an extremely minimal set of data types; only that which is necessary to strategically construct more complex values: diff --git a/doc/c1/index.md b/doc/c1/index.md index af01cea..6cec369 100644 --- a/doc/c1/index.md +++ b/doc/c1/index.md @@ -3,7 +3,7 @@ This chapter goes through the processes involved in reading source code, running it, and optionally compiling it. -1. [Parse](1-parse.html) +1. [Parse](1-parse.html) (see also [grammar](grammar/)) The parser receives a stream of bytes and transforms them into a minimal set of data types with very little processing. -- cgit v1.2.3