Iquiji/jankcc
A WIP minimal C Compiler written in Rust 🦀
This is a minimal C compiler written in Rust, designed for hobbyists and developers interested in compiler construction. It takes C source code as input and aims to produce executable machine code. The primary users are individuals exploring how compilers work or building custom tools that require a basic C compilation step.
No commits in the last 6 months.
Use this if you are a compiler enthusiast or student looking to understand the fundamentals of C compilation through a hands-on, minimalist project.
Not ideal if you need a production-ready C compiler for real-world application development, as it lacks many standard C features and is still under heavy development.
Stars
7
Forks
—
Language
Rust
License
—
Category
Last pushed
Sep 23, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Iquiji/jankcc"
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