An open API service indexing awesome lists of open source software.

https://github.com/vantaa89/interpreter-in-rust

Implementing an interpreter in Rust
https://github.com/vantaa89/interpreter-in-rust

interpreter monkey monkey-programming-language programming-language rust writing-an-interpreter-in-go

Last synced: 17 days ago
JSON representation

Implementing an interpreter in Rust

Awesome Lists containing this project

README

        

# 🐵 Monkey Interpreter in Rust

This is a Rust implementation of **Monkey Programming Language**.

Monkey language is a toy language with javascript-style syntax, introduced in the book [Writing An Interpreter In Go](https://interpreterbook.com/). This repository aims to rewrite the implementation of monkey language interpreter suggested in the book with Rust.

![rust](https://img.shields.io/badge/Rust-black?style=for-the-badge&logo=rust&logoColor=#E57324)