pku-minic / koopaView external linksLinks
Library for generating/parsing/optimizing Koopa IR.
☆145Dec 22, 2025Updated last month
Alternatives and similar repositories for koopa
Users that are interested in koopa are comparing it to the libraries listed below
Sorting:
- The example SysY compiler Kira for PKU compiler course, written in Rust.☆93Nov 11, 2025Updated 3 months ago
- PKU compiler course online documentation.☆474Dec 16, 2025Updated last month
- An unofficial reference implementation of the C Minus Minus Compiler☆70Feb 3, 2025Updated last year
- The Yu (羽) programming language.☆82Jul 14, 2023Updated 2 years ago
- 方舟编译入门技术课程的配套代码☆30Sep 16, 2020Updated 5 years ago
- Nautilus is a lightweight tracing JIT compiler for C++☆33Feb 4, 2026Updated last week
- ☆27Mar 29, 2025Updated 10 months ago
- Experimental JIT compiler generator☆29Apr 17, 2024Updated last year
- blog with go☆11Jul 5, 2023Updated 2 years ago
- The Sim programming language, a strongly typed, compiled programming language with a goal of simplicity. Sim是一门简洁的、强类型的编译型语言。☆12Oct 12, 2025Updated 4 months ago
- A script engine written by C++, which supports lambda, incremental-gc, multiple-threads and so on...☆10Apr 25, 2019Updated 6 years ago
- an implementation of Observational Type Theory (OTT) and more☆30Oct 15, 2022Updated 3 years ago
- RISC-V Supervisor Binary Interface (RISC-V SBI) library in Rust; runs on M or HS mode; good support for embedded Rust ecosystem. For bina…☆1,246Updated this week
- MimiC is a compiler of C subset (extended SysY language) by USTB NSCSCC team.☆63Feb 4, 2023Updated 3 years ago
- Learn how to write a minimal working linker from scratch☆109Apr 24, 2024Updated last year
- A compiler that translates SysY (a subset of C language) into ARMv7a, implemented in Java15.☆65Aug 19, 2021Updated 4 years ago
- A simple lua jit implemented in Rust for HUST-Complier principle course.☆12May 19, 2021Updated 4 years ago
- A very simple file transfer service☆15Dec 1, 2021Updated 4 years ago
- Write yourself a simply-typed lambda calculus using Rust in a week!☆13May 13, 2024Updated last year
- ☆29Jun 19, 2025Updated 7 months ago
- 项目的主仓库☆26Sep 11, 2022Updated 3 years ago
- Tiny theorem prover with syntax like Lean 4 in <1K LOC☆67Jul 21, 2025Updated 6 months ago
- ☆30Jan 23, 2025Updated last year
- A compiler of C subset by USTB OWL Wheel Lab.☆13Feb 9, 2023Updated 3 years ago
- This is an IDE for YSYX_NPC debuging☆12Dec 10, 2024Updated last year
- Command-line script to access global proxy via PKU VPN☆13Sep 10, 2022Updated 3 years ago
- Experimental ahead-of-time JavaScript compiler targetting WebAssembly and native☆15May 24, 2018Updated 7 years ago
- A toy x86 disassembler and x86 style toy chip☆15Dec 30, 2011Updated 14 years ago
- A Symmetric Multiprocessing OS Kernel over RISC-V☆32Jun 3, 2022Updated 3 years ago
- What if everything is a io_uring?☆16Nov 10, 2022Updated 3 years ago
- A toy bytecode VM, assembler, and self-hosting compiler for a scheme-like high-level language.☆17Nov 22, 2023Updated 2 years ago
- Paging Debug tool for GDB using python☆13Jun 4, 2022Updated 3 years ago
- Spring 2022 Course Website for Operating System Course at Peking University