diff options
author | pommicket <pommicket@gmail.com> | 2022-01-07 14:31:52 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-01-07 14:31:52 -0500 |
commit | e52793324a9f693ec8b5d218d99b7d2577f3f614 (patch) | |
tree | f514a93ccd2c9552d19fa858626232141420122f /01 | |
parent | fbe3f4e701adcf5ef8707d5b56ec3b179b942e71 (diff) |
finished preprocessor
Diffstat (limited to '01')
-rw-r--r-- | 01/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/01/README.md b/01/README.md index 01a4db0..cf4fc63 100644 --- a/01/README.md +++ b/01/README.md @@ -1,4 +1,4 @@ -# stage 01 +# [bootstrap](../README.md) stage 01 The code for the compiler for this stage is in the file `in00`. And yes, that's an input to our [previous program](../00/README.html), `hexcompile`, from stage 00! To compile it, |