ibara/pl0c
Self-hosting PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.
This tool helps aspiring computer science students or hobbyists learn about compiler construction by providing a practical example. It takes source code written in the simple PL/0 language and translates it into equivalent C code. Students can then observe how a basic compiler works firsthand.
154 stars. No commits in the last 6 months.
Use this if you are a student or educator looking for a hands-on example to understand the fundamental concepts of how compilers translate one programming language into another.
Not ideal if you are looking to develop production-ready software or need a compiler for a complex, modern programming language.
Stars
154
Forks
15
Language
C
License
ISC
Category
Last pushed
Sep 23, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/ibara/pl0c"
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