This commit is contained in:
Faraz Fallahi
2015-03-04 12:02:53 -06:00
parent 72377114fe
commit 03065719ee

View File

@@ -498,6 +498,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
*List of C/C++ compilers*
* [8cc](https://github.com/rui314/8cc) - A Small C Compiler.
* [c](https://github.com/ryanmjacobs/c) - Compile and execute C "scripts" in one go! [MIT]
* [Clang](http://clang.llvm.org/) - A C compiler for LLVM. Supports C11. Developed by Apple. [NCSA]
* [GCC](https://gcc.gnu.org/) - GNU Compiler Collection. Supports C11 and OpenMP. [GNU GPL3]
* [PCC](http://pcc.ludd.ltu.se/) - A very old C compiler. Supports C99.