Update README.md

This commit is contained in:
Dawid Sobczak 2023-07-17 10:13:10 +01:00
parent e6b88d5a0f
commit 46e320f5f3

View file

@ -28,6 +28,7 @@ command codes.
- [stage 04](04/README.md) - a language with nice functions and local variables - [stage 04](04/README.md) - a language with nice functions and local variables
- [stage 04a](04a/README.md) - (interlude) a simple preprocessor - [stage 04a](04a/README.md) - (interlude) a simple preprocessor
- [stage 05](05/README.md) - a C compiler capable of compiling TCC - [stage 05](05/README.md) - a C compiler capable of compiling TCC
- [stage 06](06/README.md) - an interpreter capable of executing zig
## prerequisite knowledge ## prerequisite knowledge