Skip to content

Commit 7453a64

Browse files
committed
[Readme] fix the broken linke
1 parent 1de2262 commit 7453a64

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@ better understanding the logic behind the code.
2828

2929
Also I write a series of article about how this compiler is built(in Chinese though):
3030

31-
- [手把手教你构建 C 语言编译器(0)](http://lotabout.me/2015/write-a-C-interpreter-0/)
32-
- [手把手教你构建 C 语言编译器(1)](http://lotabout.me/2015/write-a-C-interpreter-1/)
33-
- [手把手教你构建 C 语言编译器(2)](http://lotabout.me/2015/write-a-C-interpreter-2/)
34-
- [手把手教你构建 C 语言编译器(3)](http://lotabout.me/2015/write-a-C-interpreter-3/)
35-
- [手把手教你构建 C 语言编译器(4)](http://lotabout.me/2015/write-a-C-interpreter-4/)
36-
- [手把手教你构建 C 语言编译器(5)](http://lotabout.me/2015/write-a-C-interpreter-5/)
37-
- [手把手教你构建 C 语言编译器(6)](http://lotabout.me/2015/write-a-C-interpreter-6/)
38-
- [手把手教你构建 C 语言编译器(7)](http://lotabout.me/2015/write-a-C-interpreter-7/)
39-
- [手把手教你构建 C 语言编译器(8)](http://lotabout.me/2015/write-a-C-interpreter-8/)
40-
- [手把手教你构建 C 语言编译器(9)](http://lotabout.me/2015/write-a-C-interpreter-9/)
31+
1. [手把手教你构建 C 语言编译器(0)——前言](http://lotabout.me/2015/write-a-C-interpreter-0/)
32+
2. [手把手教你构建 C 语言编译器(1)——设计](http://lotabout.me/2015/write-a-C-interpreter-1/)
33+
3. [手把手教你构建 C 语言编译器(2)——虚拟机](http://lotabout.me/2015/write-a-C-interpreter-2/)
34+
4. [手把手教你构建 C 语言编译器(3)——词法分析器](http://lotabout.me/2015/write-a-C-interpreter-3/)
35+
4. [手把手教你构建 C 语言编译器(4)——递归下降](http://lotabout.me/2016/write-a-C-interpreter-4/)
36+
5. [手把手教你构建 C 语言编译器(5)——变量定义](http://lotabout.me/2016/write-a-C-interpreter-5/)
37+
6. [手把手教你构建 C 语言编译器(6)——函数定义](http://lotabout.me/2016/write-a-C-interpreter-6/)
38+
7. [手把手教你构建 C 语言编译器(7)——语句](http://lotabout.me/2016/write-a-C-interpreter-7/)
39+
8. [手把手教你构建 C 语言编译器(8)——表达式](http://lotabout.me/2016/write-a-C-interpreter-8/)
40+
0. [手把手教你构建 C 语言编译器(9)——总结](http://lotabout.me/2016/write-a-C-interpreter-9/)
4141

4242
# Licence
4343

0 commit comments

Comments
 (0)