Showndarya/SPCC
System Programming and Compiler Construction programs
This collection of programs helps computer science students and educators understand the core components of how programming languages are processed. It demonstrates various stages of transforming source code into executable instructions, from identifying basic language elements to parsing syntax and generating machine code. It's designed for those learning about system programming and compiler construction.
No commits in the last 6 months.
Use this if you are studying or teaching how compilers and assemblers work, needing practical examples for concepts like lexical analysis, parsing, and code generation.
Not ideal if you are looking for a ready-to-use compiler for a specific programming language or a tool for general software development.
Stars
12
Forks
3
Language
Java
License
—
Category
Last pushed
May 29, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/Showndarya/SPCC"
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