From b6ec7701729428d95f422b9d2fb7190cdae0c9b3 Mon Sep 17 00:00:00 2001 From: toge Date: Fri, 31 Oct 2025 23:22:00 +0900 Subject: [PATCH] add Fil-C (compiler) (#1725) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d124311..75624f3 100644 --- a/README.md +++ b/README.md @@ -1311,6 +1311,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [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 C++11/14/1z C11. Developed by LLVM Team. [NCSA] +* [Fil-C](https://fil-c.org/) - a fanatically compatible memory-safe implementation of C and C++. * [GCC](https://gcc.gnu.org/) - GNU Compiler Collection. Supports C++11/14/1z C11 and OpenMP. [GNU GPL3] * [PCC](https://github.com/IanHarvey/pcc) - A very old C compiler. Supports C99. * [AMD C++ Compiler](https://www.amd.com/en/developer/aocc.html) - Developed by AMD.