ellietoulabi/c-like-language-compiler
Flex-Bison based lexer/parser/code generator implementation for C-like language
This project helps computer science students and compiler enthusiasts understand the core components of a compiler. It takes source code written in a simplified C-like language and translates it into MIPS assembly code. This allows users to see how high-level programming instructions are converted into machine-readable instructions.
No commits in the last 6 months.
Use this if you are studying compilers, want to learn how a lexer, parser, and code generator work together, or need a practical example of a Flex-Bison based compiler.
Not ideal if you need a production-ready compiler for a real-world programming language or a tool for general software development.
Stars
8
Forks
1
Language
C
License
MIT
Category
Last pushed
Aug 14, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/ellietoulabi/c-like-language-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