oakc
Portable code compiler
A portable programming language with a compact intermediate representation for efficient execution on various platforms.
A portable programming language with a compact intermediate representation
733 stars
12 watching
21 forks
Language: Rust
last commit: about 2 years ago
Linked from 1 awesome list
ccompilercompiler-designgolang
Related projects:
Repository | Description | Stars |
---|---|---|
| A simple programming language written in C that is compiled to C. | 53 |
| A modern, statically typed low-level programming language with strong focus on performance and minimalism. | 773 |
| A container solution to compile Rust projects across multiple operating systems. | 32 |
| An implementation of a statically-typed functional programming language in Go using LLVM and building its own compiler from scratch. | 749 |
| A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,018 |
| A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 295 |
| A compiler for an experimental programming language called Okta | 27 |
| A compiler that generates code for multiple platforms from a single C source file | 1,425 |
| A compiler and interpreter for executing C code on the fly as it is typed. | 29 |
| A compiler written in Zig to translate C code into machine-specific binary code | 1,151 |
| A minimal C compiler generating x86_64 assembly code | 516 |
| A compiler and runtime system for a simple programming language, designed to be efficient and embeddable in other applications. | 279 |
| A standalone compiler/assembler/linker/libc for multiple architectures | 279 |
| Compiles the MicroC programming language into machine code using Haskell | 116 |
| A compiler project that compiles C code to x86-64 assembly using an intermediate representation and manual memory management. | 1,836 |