iiicp / lccLinks
llvm-based c compiler
☆99Updated last year
Alternatives and similar repositories for lcc
Users that are interested in lcc are comparing it to the libraries listed below
Sorting:
- 玩具c编译器,基于栈顶缓存的策略生成Linux和MacOS平台的x86-64汇编☆94Updated 9 months ago
- llvm-tutorial文档,翻译以及代码仓库☆167Updated last year
- 《Learn LLVM 17》的非专业个人翻译☆149Updated 10 months ago
- 实现一个子集c编译器,后端基于llvm20☆3Updated 4 months ago
- A toy C compiler that compatible with C23 and can do limited optimizations☆56Updated 7 months ago
- 桃花源(英文名为 peach)是一个迷你虚拟机,用于学习 Intel 硬件虚拟化技术。☆210Updated 3 years ago
- 《LLVM Techniques, Tips, and Best Practices》的非专业个人翻译☆132Updated 3 years ago
- Some examples for using LLVM to generate IR☆40Updated 2 years ago
- Getting Started with LLVM Core Libraries (中文版),翻译:潘立丰☆135Updated last year
- 编译器原理学习资源分享,同时欢迎大家参与分享 。☆70Updated 7 years ago
- 《Static Single Assignment Book》- 中文翻译☆31Updated 2 years ago
- An unofficial reference implementation of the C Minus Minus Compiler☆59Updated 5 months ago
- 基于Rust语言的OS Kernel -- zCore☆19Updated 3 years ago
- 现代编译原理(虎书)☆31Updated 7 years ago
- My First Language Frontend with LLVM Tutorial in Chinese☆76Updated 2 years ago
- Nasm指南中文 (NASM Tutorial)☆104Updated 11 months ago
- ☆31Updated 3 years ago
- 程序员的自我修养--链接、装载与库: CRT 实现☆52Updated last year
- 本课程基于Rui的chibicc,@sunshaoce和@ksco将其由原来的X86架构改写为RISC-V 64架构,同时加入了大量的中文注释,并且配有316节对应于每一个commit的课程,帮助读者可以层层推进、逐步深入的学习编译器的构造。☆353Updated 2 years ago
- 俞甲子的MiniCRT代码,以及我将他的代码修改,移植到64位linux系统上的源码☆86Updated 4 years ago
- Yet Another Toy Compiler from REMNIW(a toy language) to X64 and RISC-V assembly☆37Updated last year
- Learn how to write a minimal working linker from scratch☆106Updated last year
- 2024春夏季训练营第三阶段-虚拟化方向☆43Updated last year
- This is a tutorial to learn LLVM, I realize a backend to compiler machine code for cpu0 which is a simple RISC cpu.☆249Updated 3 years ago
- 开源开发工具周刊☆186Updated this week
- The Yu (羽) programming language.☆79Updated last year
- 个人学习编译原理、理解创造一个编译器主体流程的小项目☆10Updated 4 years ago
- A toy complier.☆119Updated 2 years ago
- c compiler based on flex(lex), bison(yacc) and LLVM, supports LLVM IR and obj code generation. 基于flex,bison以及LLVM,使用c++11实现的类C语法编译器, 支持生成…☆256Updated 8 years ago
- xv6-riscv-book中译版☆81Updated last year