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

https://github.com/wllfaria/monkey-interpreter

Monkey Lang Interpreter written in rust.
https://github.com/wllfaria/monkey-interpreter

interpreter monkey-lang rust

Last synced: about 1 year ago
JSON representation

Monkey Lang Interpreter written in rust.

Awesome Lists containing this project

README

          

Monkey Logo

# Monkey Lang Interpreter

Monkey-Lang interpreter written in Rust. Following the book
[Writing an Interpreter in GO](https://interpreterbook.com). Monkey is a language
designed to learn interpreters and features a C-like syntax.