TarekMineRoyal/minipascal-compiler
End-to-end compiler for MiniPascal, a simplified Pascal language. Built with C++, Flex, and Bison, it parses, semantically analyzes, and generates assembly for a custom stack-based VM.
This is a tool for software developers, educators, or students who need to understand how programming languages are translated into machine-executable code. It takes source code written in MiniPascal, a simplified Pascal-like language, and transforms it into assembly code that can run on a custom virtual machine. The output assembly code directly represents the program's logic, ready for execution or further study.
No commits in the last 6 months.
Use this if you are a developer learning compiler design, an educator teaching programming language internals, or a student studying how source code is turned into executable instructions.
Not ideal if you are looking for a general-purpose programming language compiler to build applications or a tool for production software development.
Stars
8
Forks
1
Language
C++
License
—
Category
Last pushed
Jun 19, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/TarekMineRoyal/minipascal-compiler"
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