movfuscator
Single Instruction Compiler
A compiler that translates C code into a single instruction set
The single instruction C compiler
1k stars
32 watching
489 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
xoreaxeaxeax/movfuscator | Compiles C programs into mov instructions using only mov operations | 9,461 |
charles-pegge/oxygenbasic | A compiler and runtime environment for a basic programming language | 39 |
teverett/jvmbasic | A compiler that translates BASIC programs to JVM bytecode. | 48 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
jserv/amacc | A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,015 |
tartanllama/vizh | An esoteric programming language that compiles and links image files to generate C code | 231 |
leepike/copilot | A language and toolset for generating hard real-time C code from a domain-specific stream language | 149 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
mrsmith33/vox | A compiler for a scripting language with features like AOT and JIT compilation, inspired by D, Jai, and Zig. | 344 |
travisdoor/bl | A C-based language development project with features like strong typing, compile-time execution, and support for multiple platforms. | 182 |
jserv/mazucc | A minimal C compiler generating x86_64 assembly code | 516 |
kit-ty-kate/labrys | A compiler for a toy language based on LLVM that implements the System Fω type-system | 103 |
asutton/clang | A compiler front-end for the C family of languages built as part of the LLVM project infrastructure | 71 |
davidgiven/cowgol | A programming language designed to be self-hosted on small systems, compiled from itself, and optimized for tiny size and speed. | 248 |
pointbazaar/espl1000 | A compiler for a statically typed programming language designed for embedded systems, targeting the ATMega328P microcontroller. | 29 |