File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,15 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
92
92
- [ Part 8: Stack unwinding] ( https://blog.tartanllama.xyz/writing-a-linux-debugger-unwinding/ )
93
93
- [ Part 9: Handling variables] ( https://blog.tartanllama.xyz/writing-a-linux-debugger-variables/ )
94
94
- [ Part 10: Advanced topics] ( https://blog.tartanllama.xyz/writing-a-linux-debugger-advanced-topics/ )
95
-
95
+ - Let's write a compiler
96
+ - [ Part 1: Introduction, selecting a language, and doing some planning] ( https://briancallahan.net/blog/20210814.html )
97
+ - [ Part 2: A lexer] ( https://briancallahan.net/blog/20210815.html )
98
+ - [ Part 3: A parser] ( https://briancallahan.net/blog/20210816.html )
99
+ - [ Part 4: Testing] ( https://briancallahan.net/blog/20210817.html )
100
+ - [ Part 5: A code generator] ( https://briancallahan.net/blog/20210818.html )
101
+ - [ Part 6: Input and output] ( https://briancallahan.net/blog/20210819.html )
102
+ - [ Part 7: Arrays] ( https://briancallahan.net/blog/20210822.html )
103
+ - [ Part 8: Strings, forward references, and conclusion] ( https://briancallahan.net/blog/20210826.html )
96
104
### Network programming
97
105
98
106
- Let's Code a TCP/IP Stack
You can’t perform that action at this time.
0 commit comments