daybreak
Compiler project
A compiler project to create an interpretable language that compiles to native C code
Programming language that compiles to C
10 stars
3 watching
0 forks
Language: C
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
mustafaquraish/cup | A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 296 |
sigurdschneider/lvc | A compiler project that aims to formalize and verify the semantics of an intermediate language using Coq | 57 |
lotabout/let-s-build-a-compiler | An educational compiler project implementing a simple C compiler with x86 assembly code generation | 483 |
cil-project/cil | A C programming language front-end that facilitates program analysis and transformation. | 361 |
terrajobst/minsk | An implementation of a compiler in C# that showcases basic concepts of compiler construction and language tooling. | 1,069 |
excubo-ag/webcompiler | A .NET tool that compiles SCSS files and minimizes CSS/JS assets | 151 |
dbohdan/compilers-targeting-c | A list of compilers and transpilers that can generate C code from various programming languages. | 703 |
rui314/9cc | A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,825 |
pointbazaar/espl1000 | A compiler for a statically typed programming language designed for embedded systems, targeting the ATMega328P microcontroller. | 29 |
cybershadow/digger | A tool to build and test old versions of the D programming language | 57 |
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 |
nickmqb/muon | A modern, statically typed low-level programming language with strong focus on performance and minimalism. | 772 |
draco-lang/compiler | A C# compiler project for a new .NET programming language. | 103 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |