Skip to content

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

Notifications You must be signed in to change notification settings

chr4/writing_an_interpreter_in_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages