holymer
Language compiler
A programming language being developed with Rust, aiming to implement compiler and interpreter components.
(WIP) A programming language
42 stars
2 watching
0 forks
Language: Rust
last commit: over 1 year ago
Linked from 1 awesome list
compilerproglangs-discordprogramming-languagerusttranspiler
Related projects:
Repository | Description | Stars |
---|---|---|
ajeetdsouza/loxcraft | A compiler and runtime system for a simple programming language, designed to be efficient and embeddable in other applications. | 275 |
champii/rock | A Rust-based compiler and runtime environment designed to provide a safe and efficient way to execute functional programming languages. | 67 |
ljulliar/rlang | A compiler that converts a Ruby-like language into efficient WebAssembly code | 38 |
willcrichton/lia | A high-level language for Rust that allows users to write efficient code in a dynamic, Javascript-esque syntax | 338 |
jaseemabid/olifant | A language targeting LLVM with the goal of building a simple compiler | 64 |
kixiron/crunch-lang | A systems-level language focused on ease of use, portability, and speed, designed to optimize performance and safety. | 52 |
fantasyinternet/poetry | A programming language compiler to WebAssembly with minimalistic syntax and full control over imports and exports. | 55 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,756 |
raviqqe/fmm | A minimal functional programming language compiler target | 18 |
bradford-hamilton/monkey_lang_rust | Rewriting a scripting language in Rust to create a compiler and interpreter implementation | 6 |
ren-lang/compiler | A compiler and package providing an interface to the Ren programming language, enabling development of tools and utilities around it. | 102 |
eliah-lakhin/lady-deirdre | A framework for building incremental language compilers and analyzers. | 444 |
jfecher/ante | A systems language focused on refinement types and lifetime inference | 1,908 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 876 |
lord/wargo | An tool for easy compilation and testing of Rust applications on WebAssembly platforms. | 261 |