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. | 887 |
tuqqu/oxide-lang | An interpreter for a scripting language with a Rust-inspired syntax | 131 |
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,263 |
whoiscc/shattuck | A Rust-based language for scripting automation tasks | 72 |
koto-lang/koto | A simple programming language designed to be embedded in Rust applications or used as a standalone scripting language. | 532 |
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 | 751 |
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 | 337 |
rust-lang/rust | Empowering software developers to build reliable and efficient software using a fast and memory-efficient language with strong type safety and comprehensive tooling. | 99,490 |
rust-lang/rust-mode | An Emacs configuration for editing Rust code | 1,133 |
rust-lang-ru/rust-by-example | A translation project of the Rust programming language book | 63 |
ratstail91/toy | An imperative, bytecode-interpreted scripting language serving as part of another program, allowing customization and extensibility. | 237 |