From 03065719ee504b9bff8f4cca5c047d1e09e81bb7 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Wed, 4 Mar 2015 12:02:53 -0600 Subject: [PATCH] c --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3bba8c..6426b87 100644 --- a/README.md +++ b/README.md @@ -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.