summaryrefslogtreecommitdiff
path: root/03
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2022-01-07 14:31:52 -0500
committerpommicket <pommicket@gmail.com>2022-01-07 14:31:52 -0500
commite52793324a9f693ec8b5d218d99b7d2577f3f614 (patch)
treef514a93ccd2c9552d19fa858626232141420122f /03
parentfbe3f4e701adcf5ef8707d5b56ec3b179b942e71 (diff)
finished preprocessor
Diffstat (limited to '03')
-rw-r--r--03/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/03/README.md b/03/README.md
index 686b48c..da01d83 100644
--- a/03/README.md
+++ b/03/README.md
@@ -1,4 +1,4 @@
-# stage 03
+# [bootstrap](../README.md) stage 03
The code for this compiler (in the file `in02`, an input for our [stage 02 compiler](../02/README.md))
is 2700 lines—quite a bit longer than the previous ones.
To compile it, run `../02/out01` from this directory.