shecc
Compiler
A compiler for C optimized for 32-bit ARM and RISC-V architectures with minimal dependencies.
A self-hosting and educational C optimizing compiler
1k stars
25 watching
123 forks
Language: C
last commit: 3 months ago
Linked from 1 awesome list
armarmv7ccompilercompiler-optimizationcross-compilerelflinuxqemurisc-vriscvrv32irv32imself-hostingssa-form
Related projects:
Repository | Description | Stars |
---|---|---|
| A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,018 |
| A minimal C compiler generating x86_64 assembly code | 516 |
| A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,836 |
| Translates synthesizable SystemC code to synthesizable SystemVerilog. | 256 |
| A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| A standalone compiler/assembler/linker/libc for multiple architectures | 279 |
| A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
| A Python-based front-end for compiling C code into efficient machine code | 137 |
| A lightweight C compiler that compiles and executes C code directly. | 2,086 |
| A formally verified compiler for a subset of C that generates code for multiple architectures. | 1,901 |
| A compiler for a statically typed, pure-by-default functional programming language with an S-expressions-based syntax and support for a full-featured collections library. | 391 |
| Development tools and code examples for STM32 microcontrollers using Linux and the GNU Tools for Embedded ARM Processors Toolchain. | 91 |
| A programming language designed to be self-hosted on small systems, compiled from itself, and optimized for tiny size and speed. | 247 |
| A compiler that compiles small programs into tiny Linux binaries without requiring LLVM. | 17 |
| A cross-compiler for V that allows compilation to various platforms and architectures. | 26 |