AsliRoy/Compiler-Design-Laboratory
These are the various assignments that were done as a part of the Compiler Design Laboratory
This project contains assignments for learning compiler design. It helps computer science students and aspiring compiler engineers understand how programming languages are translated into machine code by working through practical examples. You'll put in source code and language rules and get out insights into lexical analysis, parsing, and code generation.
No commits in the last 6 months.
Use this if you are a computer science student looking for hands-on exercises to learn the fundamentals of compiler construction.
Not ideal if you are looking for a tool to build a production-ready compiler or an end-user application.
Stars
14
Forks
7
Language
C
License
—
Category
Last pushed
May 18, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/AsliRoy/Compiler-Design-Laboratory"
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