monkey_lang_rust
Scripting language compiler/interpreter
Rewriting a scripting language in Rust to create a compiler and interpreter implementation
6 stars
3 watching
0 forks
Language: Rust
last commit: over 4 years ago
Linked from 1 awesome list
compilerinterpreterlanguagesmonkey-languagerust
Related projects:
Repository | Description | Stars |
---|---|---|
bradford-hamilton/monkey-lang | An implementation of a custom programming language with features such as compilation and execution capabilities. | 45 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 876 |
tuqqu/oxide-lang | An interpreter for a scripting language with a Rust-inspired syntax | 129 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,248 |
whoiscc/shattuck | A Rust-based language for scripting automation tasks | 72 |
koto-lang/koto | A Rust-based language and compiler for creating simple, embeddable scripting languages. | 524 |
nilq/hugorm | A dynamically typed programming language with a focus on syntax simplicity and efficient bytecode virtual machine execution | 30 |
murarth/ketos | A scripting and extension language for Rust programs written in a Lisp dialect | 752 |
narasimha1997/boson-lang | A programming language and ecosystem built on Rust to provide an interpreted, dynamically-typed platform for general-purpose hobby programming. | 122 |
mwerezak/sphinx-lang | An interpreter for a dynamically typed language written in Rust, aiming to create a lightweight and expressive language runtime. | 290 |
willcrichton/lia | A high-level language for Rust that allows users to write efficient code in a dynamic, Javascript-esque syntax | 338 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,756 |
rust-lang/rust-mode | An Emacs configuration for editing Rust code | 1,124 |
rust-lang-ru/rust-by-example | A translation project of the Rust programming language book | 63 |
ratstail91/toy | An imperative, bytecode-interpreted scripting language with C-like syntax and a focus on extensibility and customization. | 232 |