From cb203282e5972df0aae637543c66cb909251bbe9 Mon Sep 17 00:00:00 2001 From: Daniel Henry Date: Thu, 21 Aug 2025 16:33:47 -0500 Subject: [PATCH] Update README.md Signed-off-by: Daniel Henry --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0f6fdad..192db60 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A tiny bytecode VM + compiler for the Lox language, built while following *Crafting Interpreters*. This is a personal learning project. +Crafting Interpreters: https://craftinginterpreters.com/ + ## Build Requires a C99 compiler (tested with `clang` on macOS). Uses the provided Makefile.