《自己动手构造编译系统:编译、汇编与链接》随书源码
☆401Aug 5, 2025Updated 11 months ago
Alternatives and similar repositories for cit
Users that are interested in cit are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 郑钢《自制编程语言》随书源码及读书笔记☆241Sep 9, 2022Updated 3 years ago
- Compiler practice written in C.☆35Feb 13, 2017Updated 9 years ago
- 《自己动手写编译器、链接器》的前5章的linux实现☆11Feb 9, 2021Updated 5 years ago
- Cb (C flat) compiler. Cb is simplified C.☆407Jul 20, 2018Updated 8 years ago
- A lightweight open-source C compiler for research and education.☆407Jan 14, 2025Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Simplified C Compiler☆21Apr 18, 2016Updated 10 years ago
- Main branch of HelloX,include Kernel,GUI,SD,and all components.☆68Jun 20, 2024Updated 2 years ago
- Cb (C flat) compiler. Cb is simplified C.☆174Oct 15, 2016Updated 9 years ago
- A C compiler with SSA-based backend optimzation☆15Mar 19, 2016Updated 10 years ago
- ucc - a tiny C89 compiler for x86☆108Apr 5, 2011Updated 15 years ago
- Write a simple interpreter of C. Inspired by c4 and largely based on it.☆4,392Nov 22, 2025Updated 8 months ago
- zengl language 嵌入式编程语言☆21Jul 17, 2022Updated 4 years ago
- 《自己动手实现Lua》随书源代码☆965Aug 18, 2022Updated 3 years ago
- garbage collector algorithm 垃圾回收算法的系列实现☆30Feb 9, 2023Updated 3 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Linux Exploit 学习笔记~☆10Aug 11, 2018Updated 7 years ago
- 编译器入门课程的配套教学资料☆659Jun 22, 2023Updated 3 years ago
- Learn how to write a minimal working linker from scratch☆112Apr 24, 2024Updated 2 years ago
- A flexible and extensible front-end library of a programming language compiler.☆497Jun 29, 2016Updated 10 years ago
- 8 labs of course Introduction to Computer System☆10Jun 17, 2014Updated 12 years ago
- 一个小巧的linux内核, 学习linux-kernel和进程调度的好帮手☆164Jul 27, 2016Updated 10 years ago
- RISC-V instruction encoding/decoding☆12Mar 22, 2023Updated 3 years ago
- https://pandolia.net/tinyc/☆651Mar 9, 2026Updated 4 months ago
- zenglOX类Unix操作系统☆18Jun 6, 2015Updated 11 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 本课程基于Rui的chibicc,@sunshaoce和@ksco将其由原来的X86架构改写为RISC-V 64架构,同时加入了大量的中文注释,并且配有316节对应于每一个commit的课程,帮助读者可以层层推进、逐步深入的学习编译器的构造。☆367Jun 3, 2023Updated 3 years ago
- 程序语言与编译技术相关资料(持续更新中)☆2,158Nov 12, 2025Updated 8 months ago
- more at http://www.zer0mem.sk/?p=271☆12Jun 11, 2013Updated 13 years ago
- 《一个64位操作系统的设计与实现》读书笔记&