8cc.go:用Go语言编写的C编译器 源码
8cc.go C编译器 8cc.go是用Go语言编写的C编译器。 这是8cc的端口( ) 作者 DQNEO (最初来自上山瑞 ) 用法 输出汇编代码只能在Linux上运行。 如果您使用其他平台,我会建议Docker运行它。 $ docker run -it --rm -v `pwd`:/mnt dqneo/ubuntu-build-essential:go bash root@62b0d706a586:/mnt# echo 'int main(){printf("%s\n","hello world");}' |./gorun|./asrun hello world 它支持哪种语法?
文件列表
8cc_go-master.zip
(预估有个69文件)
8cc.go-master
.gitignore
60B
main.c
443B
util.c
977B
main.go
320B
README.md
1KB
bothtest.sh
50B
dict.h
532B
lex.go
8KB
ctestone.sh
223B
暂无评论