https://github.com/fanfuqiang/zcc
a c89 compiler, need total test.
https://github.com/fanfuqiang/zcc
c
Last synced: 7 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T13:27:38.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T23:02:28.428Z (about 1 year ago)
- Topics: c
- Language: C
- Size: 77.1 KB
- Stars: 29
- 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