GaiShukrun/C-Like-Compiler
🚀 Sophisticated C-like compiler translating source code to optimized Three-Address Code (3AC). Features advanced lexical analysis (40+ tokens), comprehensive parsing (50+ grammar rules), semantic analysis with type checking, and hierarchical symbol table management. Built with Lex/Flex & Yacc/Bison.
No commits in the last 6 months.
Stars
1
Forks
—
Language
Yacc
License
—
Category
Last pushed
Jul 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/GaiShukrun/C-Like-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