Compiler-CampusMinden/CPL-Vorlesung-Master
Lecture "Concepts of Programming Languages" (M.Sc.)
This course helps computer science students develop a deep understanding of how programming languages work. It teaches you to build compilers from the ground up, turning source code written in various programming languages into bytecode for platforms like the Java Virtual Machine or WASM. Ideal for Master's students in computer science who want to master the fundamental tools and advanced concepts behind programming languages and their compilers.
Use this if you are a Master's student in Computer Science eager to understand the inner workings of compilers and programming languages.
Not ideal if you are looking for an introductory course to programming or a practical guide to using existing compilers.
Stars
8
Forks
2
Language
TeX
License
CC-BY-SA-4.0
Category
Last pushed
Nov 25, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Compiler-CampusMinden/CPL-Vorlesung-Master"
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