codegen for global variables

This commit is contained in:
pommicket 2022-02-12 11:37:40 -05:00
parent 3db0956b19
commit b69bd8be29
5 changed files with 104 additions and 4 deletions

View file

@ -271,4 +271,4 @@ you need to use a lot of labels, and that means their names can get quite long.
the 03 language, you'll get an error if you use the same label name twice!
Overall, though, this language ended up being surprisingly powerful. With any luck, stage `05` will
finally be a C compiler... But first, it's time to make [something that's not a compiler](../04a/README.html).
finally be a C compiler... But first, it's time to make [something that's not a compiler](../04a/README.md).