codecodecodesde/C--Compiler
🖥a simple c-like language compiler
This compiler helps computer science students and compiler enthusiasts understand the core components of a programming language compiler. It takes C-like source code as input and processes it through lexical analysis, parsing, semantic analysis, and code generation. The output includes token streams, abstract syntax trees, symbol table information, and IBM-compatible assembly instructions.
No commits in the last 6 months.
Use this if you are studying compiler design and need a tangible example to explore how source code is transformed into executable instructions.
Not ideal if you are looking for a production-ready C compiler or a tool to develop applications in a C-like language.
Stars
19
Forks
3
Language
C++
License
—
Category
Last pushed
Feb 20, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/codecodecodesde/C--Compiler"
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