Skip to content

vantaa89/interpreter-in-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

🐵 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. This repository aims to rewrite the implementation of monkey language interpreter suggested in the book with Rust.

rust