Skip to content

Commit 0e9e546

Browse files
committed
update
1 parent c67d43a commit 0e9e546

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

compilers.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,10 +1011,9 @@ PASS
10111011
ok json1/sql 0.006s
10121012
```
10131013
1014-
`goyacc`感兴趣的同学可以自行查找, 下面再推荐一个项目, 对入门学习会有比较好的指导
10151014
## 类型检查
10161015
## 中间代码生成
10171016
## 机器码生成
10181017
## 参考资料
1019-
https://pandolia.net/tinyc/index.html
1020-
https://github.com/sougou/parser_tutorial
1018+
[flex & bison](https://pandolia.net/tinyc/index.html)
1019+
[goyacc 入门案例](https://github.com/sougou/parser_tutorial)

0 commit comments

Comments
 (0)