laolarou726/CoolCompiler
Stanford CS1/CS143 Compilers Course Project for COOL (Classroom Object-Oriented Language) in C++ using LLVM backend
This project helps computer science students compile code written in COOL, a Classroom Object-Oriented Language. It takes COOL source code as input and processes it through lexical analysis, parsing, and semantic analysis, aiming to produce an executable program. This tool is designed for students enrolled in compiler design courses, specifically those at Stanford or similar institutions studying the COOL language.
No commits in the last 6 months.
Use this if you are a student working on a compiler design course project for the COOL language and need a tool to understand or process COOL source code.
Not ideal if you are looking to compile production-ready code in common programming languages like Python, Java, or C++, or need advanced code optimization features.
Stars
8
Forks
1
Language
C++
License
—
Category
Last pushed
Mar 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/laolarou726/CoolCompiler"
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