Compiler-CampusMinden/CB-Vorlesung-Bachelor-W25
Lecture "Compilerbau" (B.Sc.) (Winter 2025/26)
This is a university-level course that teaches students how to understand and build compilers. It covers core concepts like lexical and syntax analysis, semantic analysis, and interpreter design, using tools like ANTLR. Students will apply these concepts to create a small C++ compiler frontend. The course is for computer science students seeking a foundational understanding of programming language translation.
Use this if you are a computer science student or aspiring software engineer who wants to learn the fundamental theories and practical skills behind compiler construction, specifically focusing on C++.
Not ideal if you are looking for a plug-and-play tool to solve an immediate programming problem or if you are not interested in the underlying mechanisms of how programming languages are processed.
Stars
10
Forks
1
Language
—
License
CC-BY-SA-4.0
Category
Last pushed
Dec 11, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Compiler-CampusMinden/CB-Vorlesung-Bachelor-W25"
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