Myrannas / glideLinks
Glide is an interpreted javascript VM written entirely in safe rust.
☆16Updated last year
Alternatives and similar repositories for glide
Users that are interested in glide are comparing it to the libraries listed below
Sorting:
- [WIP] Compiler for the Limonite programming language.☆14Updated 3 years ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated last year
- WLambda - Embeddable Scripting Language for Rust☆54Updated 2 months ago
- a reference-counting cycle collection library in rust☆77Updated 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
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Haskell's language-c ported to Rust.☆32Updated 7 years ago
- Runtime with fast GC and easy concurrency.☆43Updated 4 years ago
- Unleash the power of nightly Rust to write code that's generic over mutation!☆24Updated 4 years ago
- Mostly safe wrapper for alloca☆27Updated 2 years ago
- ☆62Updated 7 years ago
- Arena allocator with scopes☆44Updated 2 years ago
- A data structure for tracking source code positions, inspired by the type in rustc's libsyntax.☆53Updated 3 years ago
- Rust LLVM bindings☆31Updated 2 years ago
- ☆94Updated last year
- An experiment in embedding layout computations in the type system.☆17Updated 5 years ago
- A simple error library for no_std + no_alloc Rust☆18Updated 5 years ago
- Modular register allocator algorithms☆106Updated 2 years ago
- Simple language parser, interpreter and CLI built in Rust, to be used for baremetal/no_std environments.☆21Updated 2 years ago
- 'Transfer' is to 'move' what 'Clone' is to 'copy'☆11Updated 5 years ago
- Experimental JIT compiler generator☆27Updated last year
- 🗃 UTF-8 string, byte string, and C string interner☆29Updated this week
- Sruth Lùbach: A toy optimization engine☆23Updated 4 years ago
- JIT codegen backend with SSA IR based on B3 from WebKit