03 README

This commit is contained in:
pommicket 2021-11-14 00:33:40 -05:00
parent f7f1f10cb0
commit 7bb8ab02f7
8 changed files with 263 additions and 46 deletions

View file

@ -1,7 +1,7 @@
# 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, `hexcompile`, from stage 00! To compile it,
an input to our [previous program](../00/README.html), `hexcompile`, from stage 00! To compile it,
run `../00/hexcompile` from this directory. You will get a file, `out00`. That
is the executable for this stage's compiler. Run it (it'll read from the file
`in01` I've provided) and you'll get a file `out01`. That executable will print