Fedjmike/fcc
Fedjmike's C Compiler
Extends C with lambdas, a module system, and simplified semantics (unified namespaces, stricter type coercion, lvalue-returning ternary). Generates x86/AMD64 assembly with minimal optimization, relying on POSIX `cc` for final assembly and linking. Self-hosting on the dedicated branch and largely ABI-compatible with GCC/Clang for interoperability.
135 stars. No commits in the last 6 months.
Stars
135
Forks
21
Language
C
License
GPL-3.0
Category
Last pushed
Oct 30, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Fedjmike/fcc"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
javaparser/javaparser
Java 1-25 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
asmjit/asmjit
Low-latency machine code generation
lioncash/biscuit
A runtime code generator for RISC-V
llvm-hs/llvm-hs-pretty
Pretty printer for LLVM AST to Textual IR
bytexenon/Tiny-Lua-Compiler
⛄Possibly the smallest Lua compiler ever