monkey-interpreter

Crates.iomonkey-interpreter
lib.rsmonkey-interpreter
version0.9.1
sourcesrc
created_at2020-12-18 15:10:58.116673
updated_at2023-07-18 01:41:16.024916
descriptionan interpreter for monkeylang
homepagehttps://github.com/gengjiawen/monkey-rust
repositoryhttps://github.com/gengjiawen/monkey-rust
max_upload_size
id324357
size23,443
Jiawen Geng (gengjiawen)

documentation

README

monkey-rust

Rust Gitpod ready-to-code

This is a interpreter for the Monkey programming language written in Rust

The Monkey Programming Language

What’s Monkey?

Monkey has a C-like syntax, supports variable bindings, prefix and infix operators, has first-class and higher-order functions, can handle closures with ease and has integers, booleans, arrays and hashes built-in.

Official site is: https://monkeylang.org/. It's has various implementation languages :).

There is a book about learning how to make an interpreter: Writing An Interpreter In Go. This is where the Monkey programming language come from.

Commit count: 293

cargo fmt