writing_an_interpreter_in_rust
                                
                                 writing_an_interpreter_in_rust copied to clipboard
                                
                                    writing_an_interpreter_in_rust copied to clipboard
                            
                            
                            
                        This is a port of the Monkey interpreter from Thorsten Ball's book "Writing and interpreter in Go" https://interpreterbook.com
Writing an interpreter in rust
This is an implementation of the Monkey interpreter from Thorsten Ball's book Writing an interpreter in Go.
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.