Fedjmike/fcc
Fedjmike's C Compiler
This is a C compiler that takes source code files written in a C-like language and translates them into 32-bit x86 assembly code. It supports some modern C++ features like lambdas and a simple module system, while intentionally omitting others like the preprocessor and floating-point types. Developers building system-level applications or experimenting with language design would use this tool.
135 stars. No commits in the last 6 months.
Use this if you are a systems programmer or language enthusiast who needs a C-like compiler that generates x86 assembly and offers specific language extensions like lambdas and a simple module system.
Not ideal if you need full C99/C11 compliance, support for floating-point arithmetic, unsigned integers, or widely used compiler features like the preprocessor and `switch` statements.
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