summaryrefslogtreecommitdiff
path: root/doc/c1/index.md
diff options
context:
space:
mode:
authorTaylan Kammer <taylan.kammer@gmail.com>2026-06-01 21:58:43 +0200
committerTaylan Kammer <taylan.kammer@gmail.com>2026-06-01 21:58:43 +0200
commitd993104e86f2e2ec8ff1036648e34eebdca0d58d (patch)
treee65c5e2ea84b1ebc964f946848abdd122ce8a563 /doc/c1/index.md
parent724ac8ae394675a78c2977c6e35555b210256e01 (diff)
Lil doc update.
Diffstat (limited to 'doc/c1/index.md')
-rw-r--r--doc/c1/index.md2
1 files changed, 1 insertions, 1 deletions
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.