https://github.com/fanfuqiang/zcc
a c89 compiler, need total test.
https://github.com/fanfuqiang/zcc
c
Last synced: 5 months ago
JSON representation
a c89 compiler, need total test.
- Host: GitHub
- URL: https://github.com/fanfuqiang/zcc
- Owner: fanfuqiang
- License: gpl-2.0
- Created: 2014-05-19T13:08:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T13:27:38.000Z (about 7 years ago)
- Last Synced: 2023-05-10T22:45:34.277Z (almost 2 years ago)
- Topics: c
- Language: C
- Size: 77.1 KB
- Stars: 28
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCompiler - zcc
README
zcc
===
a c89 compiler, need total test.finally, this is a working project.
TODO
----
total test.preprocrssor directives is not supported. call preprocessor, assembler and linker output the executable files.
intermediate representation changed to SSA, and code generation changed to DAG selection