chr4 / writing_an_interpreter_in_rust

This is a port of the Monkey interpreter from Thorsten Ball's book "Writing and interpreter in Go" https://interpreterbook.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Writing an interpreter in rust

This is an implementation of the Monkey interpreter from Thorsten Ball's book Writing an interpreter in Go.

Build Status

Usage

$ git clone https://github.com/chr4/writing_an_interpreter_in_rust
$ cd writing_an_interpreter_in_rust
$ cargo test
$ cargo run

For more information, see this blog post.

About

This is a port of the Monkey interpreter from Thorsten Ball's book "Writing and interpreter in Go" https://interpreterbook.com


Languages

Language:Rust 100.0%