AinsleySnow / GinkgoLinks
A toy C compiler that compatible with C23 and can do limited optimizations
☆57Updated 10 months ago
Alternatives and similar repositories for Ginkgo
Users that are interested in Ginkgo are comparing it to the libraries listed below
Sorting:
- The Yu (羽) programming language.☆81Updated 2 years ago
- 《Learn LLVM 17》的非专业个人翻译☆155Updated last year
- Learn how to write a minimal working linker from scratch☆106Updated last year
- MimiC is a compiler of C subset (extended SysY language) by USTB NSCSCC team.☆61Updated 2 years ago
- 《Performance Analysis and Tuning on Modern CPUS - 2ed》的非专业个人翻译☆53Updated 8 months ago
- Linux io_uring based c++ 20 coroutine library☆29Updated 3 years ago
- The MiniDecaf tutorial documentation.☆97Updated 2 weeks ago
- DIY Compiler☆46Updated last year
- A handwritten Brainfuck JIT interpreter, mainly used for demonstration.☆48Updated 2 years ago
- ChocoPy LLVM Repo☆76Updated 2 years ago
- llvm-based c compiler☆100Updated 2 years ago
- 使用 C++ 模板元编程模拟 Lisp☆113Updated 5 years ago
- Library for generating/parsing/optimizing Koopa IR.☆131Updated 10 months ago
- An unofficial reference implementation of the C Minus Minus Compiler☆61Updated 8 months ago
- ☆79Updated last week
- xv6-riscv-book中译版☆82Updated last year
- C++ Compile-Time eValuator for scheme☆21Updated 5 years ago
- 《Static Single Assignment Book》- 中文翻译☆35Updated 2 years ago
- OS教学实验:用Rust&C实现各种历史上的经典OS Kernels的实例☆46Updated 3 years ago
- A toy compiler written in C++17 that translates SysY (a C-like toy language) into ARM-v7a assembly.☆144Updated 4 years ago
- My First Language Frontend with LLVM Tutorial in Chinese☆78Updated 2 years ago
- Deeplang is a new language for IoT device programming.☆82Updated 2 years ago
- 由HelloLLVM社区主席邱吉博士发起,联合HelloGCC等技术社区,推出了「南盘江计划」,致力于帮助更多的女性工程师在编译等基础软件领域实现个人职业目标。☆38Updated 2 months ago
- A mini, simple and modular compiler for SYsU/SysY(tiny C). Based on Clang/LLVM/ANTLR4/Bison/Flex.☆220Updated 10 months ago
- An RISC-V experimental OS☆25Updated 2 years ago
- A compiler for a C-like toy language (named "SysY") into ARMv7a assembly, written in C++17☆46Updated 5 years ago
- 桃花源(英文名为 peach)是一个迷你虚拟机,用于学习 Intel 硬件虚拟化技术。☆215Updated 3 years ago
- 用Rust语言重写Linux kernel中的KVM☆16Updated 3 years ago
- A super tiny RISC-V emulator that is able to run xv6.☆74Updated 3 years ago
- 本课程基于Rui的chibicc,@sunshaoce和@ksco将其由原来的X86架构改写为RISC-V 64架构,同时加入了大量的中文注释,并且配有316节对应于每一个commit的课程,帮助读者可以层层推进、逐步深入的学习编译器的构造。☆358Updated 2 years ago