lukewilson2002 / oxc
The first C compiler written in Rust.. mostly unworking.
☆43Updated 4 years ago
Alternatives and similar repositories for oxc:
Users that are interested in oxc are comparing it to the libraries listed below
- Interpreted language and bytecode VM of my own design written in Rust [Unmaintained]☆28Updated 5 years ago
- Tiny Fictional Assembler & VM☆16Updated 9 years ago
- x86_64 OS kernel with completely async userspace and single address space [WIP; but basic kernel functionality implemented]☆31Updated 4 years ago
- A Python Virtual Machine implemented in Rust. For learning purposes.☆38Updated 3 years ago
- Rust crate for runtime x86 assembler template generation☆20Updated 5 years ago
- Simple and clear embedabble programming language☆19Updated last year
- The LLVM Kaleidoscope tutorial implemented in Rust☆31Updated 8 years ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆15Updated 4 years ago
- x86_64 operating system, written in Rust☆32Updated 3 years ago
- General purpose thread safe GC.☆7Updated 5 years ago
- Garbage collector implementation in Rust for Rust☆13Updated 4 years ago
- a concurrent compiled programming language☆15Updated 2 years ago
- 2-8-2, a RISC-V Experimental OS☆28Updated 5 years ago
- Slab allocator for no_std systems. Uses multiple slabs with blocks of different sizes and makes a linked list from free blocks☆12Updated last year
- abandoned update of jack crenshaw's compilers intro☆115Updated 6 years ago
- A statically-typed compiled language defined by a simple grammar☆24Updated 2 years ago
- Rust implementation of Xinu educational operating system☆33Updated 4 years ago
- Simple Java Virtual Machine written in pure Rust☆35Updated 5 months ago
- A toy byte-code virtual machine written in Rust☆15Updated 8 years ago
- Jazz - modern and fast programming language.☆91Updated 2 years ago
- A C Compiler/Parser written in Rust☆53Updated last month
- ✨ a microkernel in Rust☆39Updated 3 years ago
- 🌸 a simple scripting language (alpha) 🌸☆136Updated 5 years ago
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 5 years ago
- LALR grammar and parser for Rust using flex and bison