From 7d8967403d697ef4ef97bd4ac2a6aaacd7374bbd Mon Sep 17 00:00:00 2001 From: Tyrel Souza <923113+tyrelsouza@users.noreply.github.com> Date: Tue, 30 Nov 2021 14:06:00 -0500 Subject: [PATCH] readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e620ec0 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Making an interpreter in Go. + +Following https://interpreterbook.com/ + + +All code belongs to Thorsten Bell as it's written directly from the book.