From 33a2ae4e47cadf0fa4f1aa8a28904526f8230aa9 Mon Sep 17 00:00:00 2001 From: Fluffy Date: Mon, 23 Sep 2024 09:31:21 +0100 Subject: [PATCH] readme, gitignore, examples, blah blah --- .gitignore | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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