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.