SunHao-0 / libtccLinks
Rust binding for tcc
☆14Updated 2 years ago
Alternatives and similar repositories for libtcc
Users that are interested in libtcc are comparing it to the libraries listed below
Sorting:
- impl GlobalAlloc for Boehm GC☆30Updated this week
- Automatic peephole optimizer for Cranelift JIT compiler☆19Updated 4 years ago
- The formal development repository for Pr47☆21Updated 2 years ago
- A super-simple compiler demoing how to talk to LLVM from Rust☆96Updated 9 years ago
- Garbage collection for Rust inspired by CPython's gcmodule☆21Updated 2 months ago
- A reimplementation of the Flap parser in Rust (with our own modifications applied)!☆53Updated last year
- Simple Java Virtual Machine written in pure Rust☆36Updated 11 months ago
- Stack unwinding library in Rust☆126Updated 2 weeks ago
- Free conversion between async and sync in Rust☆51Updated 3 years ago
- ioring wrapper for windows-rs☆22Updated 2 years ago
- FerrisGC is a thread safe Garbage Collector implementation for Global (between threads) and Local (per thread) Garbage Collector☆20Updated 5 years ago
- A type-driven and high-performance ORM framework in Rust☆26Updated 2 months ago
- Deserialization logic for efficiently processing Clang's `-ast-dump=json` format☆144Updated last month
- Generate parsers directly from AST node types☆85Updated last year
- Rust crate for Ok-wrapping and try blocks☆21Updated 2 years ago
- Lightweight C parser for Rust☆226Updated last year
- Rust-based script programming language.☆73Updated 6 years ago
- A safe rust wrapper for libuv☆47Updated 3 months ago
- A concurrent GC.☆43Updated 3 years ago
- Experimental JIT compiler generator☆27Updated last year
- Tutorial to learn to use the cranelift compiler backend☆24Updated 5 years ago
- In-memory x86-64 assembler for JIT compiler.