diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..706fd07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +.vscode diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff61b1d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +My jlox interpreter program thing, following the [CraftingInterpreters](https://craftinginterpreters.com) book, just written in Go instead