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.