An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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