cymbal
Yet another Rust implementation of the Monkey language from "Writing an Interpreter in Go" and "Writing a Compiler in Go"
How to download and setup cymbal
Open terminal and run command
git clone https://github.com/shuhei/cymbal.git
git clone is used to create a copy or clone of cymbal repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with cymbal https://github.com/shuhei/cymbal/archive/master.zip
Or simply clone cymbal with SSH
[email protected]:shuhei/cymbal.git