From 3fe3c93962eaff999fc62ccea33e1da72765e93a Mon Sep 17 00:00:00 2001 From: YannAhlgrim Date: Sun, 12 Jul 2026 16:15:55 +0200 Subject: [PATCH] add cover and link --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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/)