lady-deirdre
Compiler builder
A framework for building incremental language compilers and analyzers.
Compiler front-end foundation technology.
444 stars
10 watching
13 forks
Language: Rust
last commit: 17 days ago
Linked from 1 awesome list
compilerseditorsideincrementalparser
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
ajeetdsouza/loxcraft | A compiler and runtime system for a simple programming language, designed to be efficient and embeddable in other applications. | 274 |
mustafaquraish/cup | A simple, C-like programming language compiler written in Rust to learn the basics of compilers and language processing | 296 |
azur1s/holymer | A programming language being developed with Rust, aiming to implement compiler and interpreter components. | 42 |
fantasyinternet/poetry | A programming language compiler to WebAssembly with minimalistic syntax and full control over imports and exports. | 55 |
dinfuehr/dora | An Aarch64 and x86-64 JIT compiler written in Rust. | 493 |
champii/rock | A Rust-based compiler and runtime environment designed to provide a safe and efficient way to execute functional programming languages. | 67 |
yubrot/llrl | An experimental compiler for a Lisp-like programming language with a focus on self-hosting and compilation to LLVM backend. | 156 |
rust-lang/rustc-dev-guide | An online guide to understanding the Rust compiler's inner workings and contributing to it | 1,667 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,868 |
calyxir/calyx | An intermediate language and infrastructure for building compilers that generate custom hardware accelerators. | 500 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
raviqqe/fmm | A minimal functional programming language compiler target | 18 |
nilfoundation/zkllvm | Compiles high-level programming languages into input for provable computations protocols. | 295 |
ziglang/zig-bootstrap | An open-source project to build a fully operational Zig compiler from scratch. | 386 |