- 授权协议: GPLv2
- 开发语言: C/C++
- 操作系统: Linux
- 软件首页: https://github.com/rswier/c4
软件介绍
4个函数实现的c编译器,大约500行。基本上已经比较完备了,可以自己编译自己。
使用方法:
gcc -o c4 c4.c (you may need the -m32 option on 64bit machines) ./c4 hello.c ./c4 -s hello.c ./c4 c4.c hello.c ./c4 c4.c c4.c hello.c
