From 5585b7595ec0f8e039650c60e6c6f12c6da76006 Mon Sep 17 00:00:00 2001 From: William Ball Date: Mon, 16 Mar 2026 22:22:57 -0400 Subject: [PATCH] added a README --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..589a42c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# hlox +Working through the phenomenal [Crafting Interpreters](https://craftinginterpreters.com/) in [hare](https://harelang.org) for fun.