From a660831aea7d032c7a205de6be93c4ca0eb17beb Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 24 Jan 2020 14:12:12 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a69a55..a4b2ef1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ Trying to learn rust as well as writing interpreters. -see https://www.craftinginterpreters.com/ \ No newline at end of file +see https://www.craftinginterpreters.com/ + +separated every iteration in a separate commit, so you can follow the development if you check them out individually From 05a3eb59b30a6ddc38bae0edbb74391fffbd32c9 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 24 Jan 2020 14:12:30 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a4b2ef1..b4d4270 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -Trying to learn rust as well as writing interpreters. +* Trying to learn rust as well as writing interpreters. +* see https://www.craftinginterpreters.com/ -see https://www.craftinginterpreters.com/ - -separated every iteration in a separate commit, so you can follow the development if you check them out individually +* separated every iteration in a separate commit, so you can follow the development if you check them out individually From 365a17dcf1e93e0df5065d5f5ab8877debaeba34 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Fri, 24 Jan 2020 14:13:15 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4d4270..bb72144 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ * Trying to learn rust as well as writing interpreters. * see https://www.craftinginterpreters.com/ -* separated every iteration in a separate commit, so you can follow the development if you check them out individually +* the repo contains every iteration in a separate commit, so you can follow the development if you check them out individually