diff --git a/README.md b/README.md index 6cdba87..6cca8d0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # rust-interpreter -In this repository I will follow along the book "Writing an Interpreter in Go" and write the code in Rust + +This repository follows the book [Writing an Interpreter in Go](https://interpreterbook.com/) and implements the code in Rust. + +[![Writing an Interpreter in Go](html_cover.png)](https://interpreterbook.com/)