c-compiler
There are 148 repositories under c-compiler topic.
alexfru/SmallerC
Simple C compiler
z88dk/z88dk
The development kit for over a hundred z80 family machines - c compiler, assembler, linker, libraries.
woodrush/lambda-8cc
x86 C compiler written in untyped lambda calculus
llvm-mos/llvm-mos
Port of LLVM to the MOS 6502 and related processors
Mati365/ts-c-compiler
⚙️ Multipass C Compiler, Assembler and X86 emulator written in TypeScript
windelbouwman/ppci
A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
tyfkda/xcc
Standalone C compiler/assembler/linker/libc for x86-64/aarch64/riscv64/wasm
lurk101/pshell
A tiny shell for Pico and Pico2, with file system, Vi and C compiler
aligrudi/neatcc
A small arm/x86(-64) C compiler
fuhsnn/slimcc
C11 compiler with GNU extensions for x86-64 Linux, working towards C23
Pconst167/sol-1
Sol-1: A CPU/Computer System made from 74 series logic.
korlibs/ktcc
C Compiler that generates readable Kotlin and C# - Written in Kotlin + Small web-based Editor with autocompletion
MiguelVis/RetroProjects
My retro programming projects for some targets including the Amstrad PCW, the CP/M operating system and the Z80 cpu. Includes a Small-C compiler, Z80 assembler, text editor, graphics, Unix-like shell...
PascalBeyer/Headerless-C-Compiler
A C compiler that tries to eliminate the need for header files as much as possible.
D0ub1ePieR/C-Compiler
一个C-的编译器/NUAA 编译原理课程设计
Kray-G/kcs
Scripting in C with JIT(x64)/VM.
ZaneDubya/Small-C
Small-C Compiler, Assembler, Linker, and Library for 16-bit MS-DOS. Includes "YLink", an object file linker for MS-DOS executables.
MiguelVis/mescc
Mike's Enhanced Small C Compiler for Z80 and CP/M.
lukewilson2002/oxc
The first C compiler written in Rust.. mostly unworking.
feroldi/cci
DEPRECATED PROJECT, see README
DosWorld/smallc
Here is collection of original untouched source code for 'Small C' family
fuhsnn/widcc
Simple C compiler for x86-64 Linux able to build real-world projects including Curl, GCC, Git, PHP, Perl, Python, PostgreSQL etc
Kray-G/clang-jit
Example of C Compiler using JIT Engine of Clang.
wasPrime/C_Compiler_Project
编译原理课程设计 - 文法设计 & 词法分析 & LL(1)语法分析 & 语义分析(语法制导翻译)
HPCguy/Squint
Squint: A peephole optimizer for stack VM compilers
Subangkar/Compiler-CSE-310-BUET
A very simple subset of C Compiler(Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator) implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course CSE 310 in undergraduate studies in CSE, BUET
shiinamiyuki/kcc
A Small C Compiler
azrsh/azcc
A toy C compiler, developed at seccamp2020.
Yeaseen/EduCComp
:hamburger: A subset of C Compiler[Lexical Analyzer, Syntax Analyzer, Semantic Analyzer & Intermediate Code Generator] , DAG & TAC implemented in C++ using Flex and Yacc-Bison as an assignment of sessional course CSE310 in undergradute studies in CSE, BUET
z88dk/zsdcc
z88dk's patch of the sdcc c compiler for the z80.
huangguiyang/hcc
huang's c compiler - a tiny C99 compiler.
slak44/ckompiler
A C compiler written in Kotlin
ubugeeei/ubcc
A toy C Compiler implemented by Rust.
feroldi/atlas
A C17 compiler written in Rust
dfszabo/miniCC
A compiler for a subset of C11 language. Under development...